@flexem/fc-gui 3.0.0-alpha.74 → 3.0.0-alpha.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -39505,6 +39505,7 @@ class video_element_VideoElement extends conditional_display_element_Conditional
|
|
|
39505
39505
|
.attr('src', videoUrl)
|
|
39506
39506
|
.style('width', '100%')
|
|
39507
39507
|
.style('height', '100%')
|
|
39508
|
+
.style('object-fit', 'fill')
|
|
39508
39509
|
.attr('playsInline', true)
|
|
39509
39510
|
.attr('webkit-playsinline', true);
|
|
39510
39511
|
if (this.isMobileMode) {
|