Tagged: video
Dear Team,
(What a pleasant theme Enfold is to work with! I’m a novice and I’m truly enjoying working with Enfold.)
My website is finally live. I use a Vimeo video at my home page. The problem: it is not showing enough of the video: it cuts the sides. Please compare:
http://lysandro.nl (THIS IS MY SITE)
and compare it to the website of my video producer (scroll a bit down: my movie is the sencond one, below the intro)
http://goodvideo.nl (THIS IS THE SITE OF MY PRODUCER)
Both sites use the same link to vimeo: my version (Enfold) looks more blurry: it is zoomed in by default. Her site shows the same link, but her video look sharper, since it is showing more of the left and right side.
I’ve tried to play with the aspect ratio, but it’s not changing anything. I tried to play with “custom height” vs. ” at least 100% of browser window height” And that is what I should use: 100% browser height. But it is simply zooming in to much. Please compare…
Any tips?
Thanks! Emiel
Another think I tried: play with “custom height” vs. ” at least 100% of browser window height” And that is what I should use: 100% browser heigth. But it is simply zooming in to much. Please compare…
Hey!
Glad you’re enjoying Enfold.
Please try to add this on Quick CSS:
#top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe {
-webkit-transform: scale(1.35);
-moz-transform: scale(1.35);
-ms-transform: scale(1.35);
transform: scale(1.35);
}
Best regards,
Ismael
Thank you Ismael,
The 1.35 did the opposite; it zoomed in even more, but played around with other points (from 1.10 till 1.30) and found the figure that works
Thanks!