Video opens in a small square lightbox before switching to the correct size
-
I’m using an image that when clicked plays a Youtube video in the lightbox. And for some reason when you click the image it opens in a small square shaped lightbox and then the lightbox readjusts or switches to a larger box – the size I set it’s width and height to.
But, it seems to only do it the first time you click on the video. Any repeated clicks will open it in the right size. But, refresh the page again and the first time you click it, it will open in the small square lightbox again and then switch to the right size. Any idea why it’s doing that?
Here’s the code I’m using:
<img src=”https://www.mywebsitesdomain.com/wp-content/uploads/2016/04/VidPlayerImg3.jpg” width=”474″ height=”267″ class=”alignnone size-large wp-image-127″/>
I don’t understand why I would need this last part (class=”alignnone size-large wp-image-127″) since I already told it what image and size, but when I remove it the video doesn’t show on the page.
- The topic ‘Video opens in a small square lightbox before switching to the correct size’ is closed to new replies.