GrapesJS / preset-webpage

GrapesJS Plugin Webpage Preset
http://grapesjs.com/demo.html
BSD 3-Clause "New" or "Revised" License
335 stars 291 forks source link

Video disappears after setting height:auto #41

Closed barryross closed 2 years ago

barryross commented 4 years ago

Visible on the demo itself, after setting height: auto; the video is no longer visible on the Canvas. Appears to be due to the fact that the style manager setting applies to the video element's parent instead of the video element.

Screen Shot 2020-04-08 at 9 19 05 AM

image

Screen Shot 2020-04-08 at 9 21 40 AM Screen Shot 2020-04-08 at 9 16 02 AM

Workaround: video{height:inherit!important;}

artf commented 2 years ago

Closing as it doesn't appear to be an issue anymore with the latest versions.