dawoe / OEmbed-Picker-Property-Editor

Property editor for Umbraco CMS to allow embedding 3rd party media like Youtube, Vimeo, ... outside of the rich text editor.
https://our.umbraco.org/projects/backoffice-extensions/oembed-picker-property-editor/
MIT License
10 stars 10 forks source link

Some embed previews overflow preview item #17

Closed bjarnef closed 2 years ago

bjarnef commented 3 years ago

When embedding e.g. a tweet, this overflow the embed preview, e.g. this tweet https://twitter.com/umbraco/status/1402194892764372996

image

We could add overflow: hidden to preview-item class, but display: inline-block may be nicer (at least in single mode).

image

dawoe commented 3 years ago

Hi @bjarnef

Thanks for raising the issue. Will have a look after CG. To be honest I did not know that you could embed tweets. Our customer main usage is Youtube and Vimeo.

Dave