@@ -48,7 +48,7 @@ class IframeWidgetBase extends WidgetBase {
* Translate the description for iframe width/height only once.
*/
protectedstaticfunctiongetSizedescription(){
returnt('The iframe\'s width and height can be set in pixels as a number only ("500" for 500 pixels) or in a percentage value followed by the percent symbol (%) ("50%" for 50 percent).');
returnt('The iframe\'s width and height can be set in pixels as a number only ("500" for 500 pixels) or in a percentage value followed by the percent symbol (%) ("50%" for 50 percent), further supported for width em/rem/vw and for height em/rem/vh.');
}
/**
@@ -350,7 +350,7 @@ class IframeWidgetBase extends WidgetBase {