FHachez / obsidian-convert-url-to-iframe

Plugin for Obsidian.md to convert a selected URL to an iframe.
200 stars 17 forks source link

YouTube video can not full screen #8

Closed sethliao closed 3 years ago

sethliao commented 3 years ago

It is the url can play in full screen image

sethliao commented 3 years ago

It is the url cannot be play and be fullscreen image

kankaristo commented 3 years ago

allowfullscreen is deprecated, it should be given as allow="fullscreen" these days: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attributes

kristofferR commented 3 years ago

Yeah, allow="fullscreen" should be added into as a default into the snippet in 0.2.0.

FHachez commented 3 years ago

Thanks a lot for the details! It has been added, it will be part of the next update of the plugin.