• TRDD

    (@traceyrickard)


    Originally the Vimeo embeds worked fine on iPhone and iPad but they no longer play properly. There is a black screen and the sound plays but not the video.

    I embedded the vimeo video into the page normally without a modal and it worked fine.

    Is there a fix? I looked at a previous string on this subject but it appears not to have been resolved. Thanks.

    https://www.ads-software.com/plugins/easy-modal/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Do you have a link I could look at? I understand what your saying just not sure why it would be happening. I haven’t seen a previous issue that I can recall that was like this if you have a link for the one you found might shed some insight.

    Thread Starter TRDD

    (@traceyrickard)

    Through other sources I understand that it is due to the modal not triggering the Quicktime script. It happened on about 3 devices but the modals have now been removed and we are using inline video instead.

    Plugin Author Daniel Iser

    (@danieliser)

    Most of the time that can easily be solved with a little js snippet to override the opening of the modal. Probably something like i use on the close code now.

    var src = $(‘video’).attr(‘src’);
    $(‘video’).removeAttr(‘src’).attr(‘src’,src);

    Restarts the browsers rendering of the video. Also stops it from playing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vimeo Embeds play sound but no image on iPad or iPhone’ is closed to new replies.