Hi everyone,
I can't solve an issue with Hype plugin for WordPress.
I made a little test-presentation at 1200x750 px, grouped every scene at the same size (all pins except south, both vertical and horizontal axes, shrink to fit, zoom contents).
Then I uploaded the OAM file in WP via plugin, set iframe, added minheight750, updated, pasted shortcode into a new page, and added the string .minheight750 { height:750px; } in CSS.
Now, if I open the resulting page with a well defined and large computer browser, then the page opens with a correct 1200x750 iframe containing my 1200x750 presentation. BUT if I narrow my browser window (or if I open the page in a tablet/smartphone) two things happes:
- My presentation gets proportionally smaller (that's correct);
- The iframe itself (the black “container”) resizes only its horizontal dimension, NOT the vertical dimension! The iframe's height remains 750 (it clearly comes from the CSS added string).
This result is unpleasant because in a smartphone (just for example) you can see a tall black window where the presentation itself occupies just the upper portion (it appears like a black-unused extension under the presentation).
Is there a way to force ALSO the iframe's height to proportionally resize?
Thanks a lot.