Welcome to TalkGraphics.com
Results 1 to 2 of 2

Thread: Video thumbnail

  1. #1
    Join Date
    Apr 2015
    Location
    Petrolia, Ontario, Canada
    Posts
    70

    Default Video thumbnail

    I recently included a .mp4 file on a popup layer in a client's website. The popup renders when the visitor clicks on a logo. Shortly after publishing, Google reported an issue suggesting there was no thumbnail associated with the video. I gather this is desired in case a website visitor can't display videos. I've managed to capture both a .jpg and a .png image of the video, but I'm not sure how to satisfy Google. Would this be a simple link to the url of either of these images? I don't want to do this because currently, clicking anywhere on the page closes the popup, which is my desired effect. Thanks for any advice.
    STS

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    16,397

    Default Re: Video thumbnail

    STS, something along these lines might work.

    Dump the Xara-generated code:
    <video class="xar_meplayer" src="index_htm_files/videoSample.mp4" controls width = "100%" height="100%"/>

    and replace with:<video width="100%" height="100%" poster="videoSampleThumb.jpg" controls muted>
    <source src="index_htm_files/videoSample.mp4" type="video/mp4">
    <img src="index_htm_files/videoSampleThumb.jpg"
    alt="Your browser does not support the <video> tag"
    title="Your browser does not support the <video> tag"
    width="100%" height="100%" />
    </video>


    The thumb will still have to appear on your site somewhere. I would hide it under the Placeholder.
    When you add autoplay ( ...controls autoplay muted> ), the JPEG will only then show if the <video> tag is unsupported.

    You could also try removing all of the <img> tag detail.

    Whether this appeases the Google Gods, we'll have to see.

    Acorn
    Acorn - installed and active Xara software: Cloud+/Pro+, XDPXv18 , XWDPv12/v15, XPGDv10, X3D7, Xara Xtreme 5, and others back through time (to CC's Artworks).
    Technical remediation and consultancy for your web designs. TG Nuggets you might like. Report faults: Magix; Xara Cloud+/Pro+

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •