Make sure you are using latest version and Set to responsive=no (unselect green in the shortcodes editor)
Duh… Should have seen that in the shortcode dialog. I guess my real question should have been is there a way to make the responsive window a different size?
Plugin Author
Vova
(@gn_themes)
Hi Larry,
try to use next code
[document url="http://example.com/file.pdf" width="500" height="500"]
Plugin Author
Vova
(@gn_themes)
Responsive means – fluid, 100% width.
You can specify custom width instead of 100%.
Try to add next bit of css to the Custom CSS editor:
.su-document.su-responsive-media-yes { max-width: 500px }
I understand responsive but what I would like is the window my PDF shows in to match the aspect ration of the PDF. I just put in a vertical PDF and would like the responsive window to be vertical as well.