Iframe does not respect the width and height specified in insertVideoSettings

How to make the Youtube video embedded using iframe to take the full width of the screen and height of auto. I already specified width of 100% and height of auto in my insertVideoSettings. Also, the iframe does not respect the default layout option I already specified. I expected the layout option to be "Break" but the default is always "Inline" event after specifying the default to be "Break" in insertVideoSettings


3 Replies 1 reply marked as answer

VJ Vinitha Jeyakumar Syncfusion Team June 20, 2024 01:22 PM UTC

Hi Sebastian Marambio,



We have considered the reported issue "Setting layoutOption Break and width 100 percent in insertVideoSettings not working properly in RichTextEditor " as a bug from our end and the fix for the issue will be included with our upcoming patch release on the first week of July 2024

Regards,
Vinitha



SM Sebastian Marambio June 20, 2024 02:18 PM UTC

Thank you



VJ Vinitha Jeyakumar Syncfusion Team July 5, 2024 05:05 AM UTC

Hi Sebastian Marambio,



We have included the fix for the reported issue "Setting layoutOption Break and width 100 percent in insertVideoSettings not working properly in RichTextEditor" with our weekly patch release version 26.1.40. So please upgrade your package to the latest to resolve the issue from your end.



Root Cause:
When set layoutOption as 'Break' in the insertVideoSettings, during the initial rendering, the insertVideoSettings property values are not updated to the embedded video element.

Regards,
Vinitha





Marked as answer
Loader.
Up arrow icon