Hi,
I have a problem with the cover image for youtube video.
On slider layout there is a black screen instead the cover image. On vimeo video everything is fine.
I check the html code of the page for see where the problem is and I find that in the div of the cover image there is a style="display:none;" active only on youtube video.
http://imgur.com/pgJyia2how can I remove the "display:none" from the code?
Thank you
Comments
That is for sure for a reason and it is put by JavaScript. Can you show me your album so I could see what is going on?
With ind regards.
this is the album http://fotodaniel.it/album/video-3/
Thank you
I think it is caused by autoplay option of album . For now you can try to deactivate it and meanwhile I will try to debug it and fix it :-)
Thanks for posting! I will reply here later.
With kind regards.
Sorry for such delay, Friday afternoon had disaster and I didn't had any time left to debug it.
I have found that code that we added for touch devices, so they could play youtube video when cover is active, is now making this issue.
If you go to line ~1134 and remove this code
if(state === -1){Then It will be fixed for desktop devices. I have to however find other solution for touch devices in that case.//show video, so user can see it is loading
actual_slide.children().not('.video-poster').css('opacity',1);
actual_slide.find('.video-poster').fadeOut(minorHideTime);
}
Thanks for reporting this!
With kind regards.
once fixed with the video be responsive also on these devices?
my link: www.dukesbarbados.com/one-page/
the theme is Thirteen - one page
appreciate a swift response as my client would like to launch the site asap.
thanks
Simply putting: update theme.
With kind regards.
PS. This issue was one of those that I felt sick about for few months.
Have a nice day.
With kind regards.