website icon indicating copy to clipboard operation
website copied to clipboard

add embed html button

Open bitboxer opened this issue 7 years ago • 0 comments

We should offer a embed html button that generates the iframe code to embed the video page.

This is the code that should be generated:

<iframe width="560" height="420" src="https://signdict.org/embed/2615-nn" frameborder="0"  allowfullscreen></iframe>

The width and height should be calculated with the aspect ratio of the video. The width should always be 600px.

bitboxer avatar Apr 01 '18 20:04 bitboxer