How to Add an Image to Last Vimeo Video Frame?

2 replies
What I really need to do is add a video hosted on vimeo to a website and then at the end of the video have an image display instead of the black screen that appears at the end of the video. Can this be done with html or css or something?
#add #frame #image #video #vimeo
  • Profile picture of the author rhinocl
    It looks like you need a Vimeo Plus account to make that happen. You could probably write some Javascript to replace the display but I don't see how you could control the timing properly that way (as you can't tell how long it will really take for a viewer to view the whole video).
    {{ DiscussionBoard.errors[8519099].message }}
  • Profile picture of the author Brandon Tanner
    Originally Posted by lerxtjr View Post

    What I really need to do is add a video hosted on vimeo to a website and then at the end of the video have an image display instead of the black screen that appears at the end of the video. Can this be done with html or css or something?
    You can trigger any action you want when the embedded video ends by adding an "event listener" to it (Javascript). See this page, and scroll down to where it says "Calling the API with Froogaloop".

    When the video ends, you would use Javascript (jQuery, actually) to display your image on top of the video.
    Signature

    {{ DiscussionBoard.errors[8519346].message }}

Trending Topics