Is it possible to make videos fullscreen on the mobile?
I have many videos from vimeo and youtube embedded in my site,
and would like them to come up fullscreen (side to side) on mobile devices.
thanks
Hi Munford!
They come up fullscreen when you start playing the video. You can check this page on your mobile device http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-video/
Cheers!
Yigit
yes, I guess I meant before they are played, to have them the full width of the device?
Hi!
You can add video element inside a color section element with a unique ID, then add following code to Quick CSS in Enfold theme options under Styling tab
#your-color-section-id container { width: 100%; }
And it should look fine.
Cheers!
Yigit
thanks