FHachez / obsidian-convert-url-to-iframe

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

Remove white border #25

Closed aldrchi closed 2 years ago

aldrchi commented 3 years ago

Please add css property border: none to generated embed-code to remove white border around video-player. image

kankaristo commented 3 years ago

I'm not sure the plugin should do that, since it's not necessarily the only "source" of iframes in Obsidian.

I'm setting the border to none in my custom CSS. I think either that or whatever theme is in use is a better place for this (so that all iframes are displayed the same, whether they're from this plugin or not).

aldrchi commented 3 years ago

Thank you for the clarification.