Hi guys,
When I visit the site from my pc, everything is fine, I can see YouTube videos with auto play on the header but when I visit the site from my iPhone, video do not appear. what can I do if I want them to appear in the responsive way as well?
Thanks.
Sure, here you have: http://bit.ly/1ezuFi0
if you visit this page from your laptop you will see the video
if you do it from your iPhone,there is no video
please, let me know as soon as possible, I really need to fix this-.
At present, the video shortcode does not support mobile devices due to a numbers of reasons – restrictions on videos on mobile devices due to battery concerns and limited resources, flash support. Best way to go about this is to have two separate sections for mobile and desktop and then use media queries or CSS to hide/show the appropriate sections on the respective devices. So, you can have two page sections desktop-video and another mobile-video. For mobile video, you can use the regular youtube video URL. Then use CSS like this