100×100 on initial load
-
Hi Pupunzi, thanks for the plugin and the updates.
I am having a problem where on initial load, the video appears 100px x 100px in the top right corner. Here is the link: https://bit.ly/1RckfDx
On resizing the browser, or on second load of the page, the effect is corrected.When I inspect, the wrapper div is displaying full screen, but the iframe itself initialises like this:
<iframe id="mbYTP_playerVideo1" class="playerBox" style="position: absolute; z-index: 0; width: 100px; height: 100px; top: 0px; left: 0px; overflow: hidden; opacity: 1; margin-top: -50px; margin-left: -50px; transition-property: opacity; transition-duration: 1000ms;" frameborder="0" allowfullscreen="1" title="YouTube video player" width="640" height="360" src="https://www.youtube.com/embed/MPwR30amVU8?autoplay=0&modestbranding=1&controls=0&showinfo=0&rel=0&enablejsapi=1&version=3&playerapiid=mbYTP_playerVideo1&origin=http%3A%2F%2Fthenightbefo.re&allowfullscreen=true&wmode=transparent&iv_load_policy=3&html5=1"></iframe>
When I resize the window, the javascript ‘kicks in’ and the frame resizes (with decimal px) as expected:
<iframe id="mbYTP_playerVideo1" class="playerBox" style="position: absolute; z-index: 0; width: 1346px; height: 969.24px; top: 0px; left: 0px; overflow: hidden; opacity: 1; margin-top: -134.12px; margin-left: -114.5px; transition-property: opacity; transition-duration: 1000ms;" frameborder="0" allowfullscreen="1" title="YouTube video player" width="640" height="360" src="https://www.youtube.com/embed/MPwR30amVU8?autoplay=0&modestbranding=1&controls=0&showinfo=0&rel=0&enablejsapi=1&version=3&playerapiid=mbYTP_playerVideo1&origin=http%3A%2F%2Fthenightbefo.re&allowfullscreen=true&wmode=transparent&iv_load_policy=3&html5=1"></iframe>
I’ve turned off all my plugins (SEO yoast, Facebook, very few others) and no change.
Its driving me crazy!
Please please help!
- The topic ‘100×100 on initial load’ is closed to new replies.