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. [ redundant link removed ]
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.
The page I need help with: [log in to see the link]
- The topic ‘Vimeo Embed Forces Reduced Size’ is closed to new replies.