docbrown/app/views/liquids/_speakerdeck.html.erb
Arit Amana 88d0823073
Implement Unified Embeds for Speakerdeck URLs (#16276)
* complete implementation and add specs

* nudge Travis
2022-01-25 07:21:39 -05:00

9 lines
250 B
Text

<iframe
class="speakerdeck-iframe ltag_speakerdeck"
frameborder="0"
src="https://speakerdeck.com/player/<%= id %>"
allowfullscreen="true"
mozallowfullscreen="true"
webkitallowfullscreen="true"
data-ratio="1.3333333333333333">
</iframe>