-
Author
Tagged: Vimeo, Video Size
-
December 2, 2014 at 15:32 #37316baggagereclaimParticipant
Hi all.
Great theme, just one sticking point for me.
My site already has a lot of vimeo content embedded.
I have installed this theme, and it’s pushed the width of each to 100%.
I want the videos to stay at the width I have set them at (600px) how do I stop them automatically resizing.
Thank you.December 2, 2014 at 19:47 #37359sharmstrModeratorI think you might have to change the jquery call, but try this first and let me know if it works. If not, I’ll hunt it down for you. I just cant remember off the top of my head where its at.
COPY CODE.fluid-width-video-wrapper { width: 600px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 5, 2014 at 15:15 #37788baggagereclaimParticipantThanks for this, but nope not worked. I have added it to the child theme style.css
I have no idea about jquery calls so please be gentle with me!
December 5, 2014 at 17:35 #37798sharmstrModeratorAs a test, I manually edited the jquery file so that it would set the video width to 600px instead of 100%. It worked. Then I changed it back and tried this css and it worked.
COPY CODE.fluid-width-video-wrapper{width:600px;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:600px;height:100%;}
So, try that css instead. If it doesn’t work for you, please respond with a link to where its not working so we can see what’s going on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.