Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
    <amp-video-iframe
    layout="responsive"
    width="16"
    height="9"
    dock="#avdock"
    style="overflow: visible !important;"
    src="https://player.avplayer-amp.com/script/amp/videoplayer/ampplayer.html?AV_TAGID=6299c09439c19e237c55be9e&AV_PUBLISHERID=6124992a9c738f3419721fb3" >
  </amp-video-iframe>

Alternative floating location and style

By default the aforementioned code will start the floating at the top right position. If you wish to change the floating style, use the following code as example:

...