Skip to content

Instantly share code, notes, and snippets.

@nd3w
Created March 25, 2021 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nd3w/6323cb8cf2ec5de8497a3951697874ed to your computer and use it in GitHub Desktop.
Save nd3w/6323cb8cf2ec5de8497a3951697874ed to your computer and use it in GitHub Desktop.
Iframe without right click, etc, could be work for Youtube addresses only.
<iframe
id="068a380a-add0-4954-b0fb-b25884efab81"
class="c-hero-media__video js-hero-player"
data-youtube-api="https://www.youtube.com/iframe_api"
data-youtube-id="-q7UBPU0MYI"
frameborder="0"
allowfullscreen="1"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
title="YouTube video player"
width="100%"
height="100%"
src="https://www.youtube.com/embed/-q7UBPU0MYI?modestbranding=1&amp;disablekb=1&amp;fs=0&amp;iv_load_policy=3&amp;rel=0&amp;playsinline=1&amp;showinfo=0&amp;mute=0&amp;enablejsapi=1&amp;origin=https%3A%2F%2Fwww.kantar.com&amp;widgetid=1">
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment