Video widget
Using background image:
Notice that the image does not scale proportionally when screen is resizing. Image will cut-off. Recommended to use in full-width (outside container).
Using picture tag:
The image displayed is using picture tag which is responsive to window/screen resize. Whole image will always display and won't cut-off. Recommended to use inside container.
Inline video:
Video is embeded in iframe.