How to link a youtube video with HTML to a picture ???

Hi dear people.

Following situation.
I have a picture which is uploaded in my WIX Galery.
By clicking on it, the user can see a youtube Video–> with HTML code, because it needs in the code the no-cookies info:

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/..."

How do you do that???

  • I know how to set a link to a youtube video on a picture
  • I know how to embed a youtube video with HTML
    But how to link to a picture a youtube video with HTML???

Thanks!!!

Hi Bilbo,
How about covering the HTML component with a picture, create a onClick event that hides the picture and sends a play event to the HTML component?
Roi.