Jetpack Vimeo Embed Forces Reduced Size
-
For the last few weeks, when I embed a vimeo video into a new page, and then set the width to “wide”, the video when displayed in live page is restricted to 640×360.
This is new behavior as I have a dozen or more identical pages where the vimeo link renders to the full wide width i.e. https://morganhealy.com/fashion/to-my-blue-earth/
This seems to have occurred at an update as every video after the video above has the same restricted size.
In inspector, I’ve tracked the issue to the ‘iframe’ line under “div class = embed video”. Once you untick the element ‘width’ and ‘height’, the video returns to the proper ‘full width’ size.
element {
display: block;
margin: 0px;
width: 640px;
height: 360px;
}Seems like some buggy update? Many thanks in advance.
Update – deactivating jetpack fixes the behavior??? Would this be a jetpack update bug? I’ll leave jetpack activated so y’all can see the error.
Update 2 – once jetpack is setup, the behavior returns.The page I need help with: [log in to see the link]
- The topic ‘Jetpack Vimeo Embed Forces Reduced Size’ is closed to new replies.