diff --git a/layouts/partials/blocks/templates/video/dailymotion.html b/layouts/partials/blocks/templates/video/dailymotion.html index e6e28a939b6bbfe81174c78504ade6d6a87636d8..8e3ea41976e5fd90213e10cc1a7f87bda5656367 100644 --- a/layouts/partials/blocks/templates/video/dailymotion.html +++ b/layouts/partials/blocks/templates/video/dailymotion.html @@ -2,5 +2,6 @@ class="dailymotion" src="https://www.dailymotion.com/embed/video/{{ .id }}" title="{{ .title }}" + frameborder="0" loading="lazy"> </iframe> diff --git a/layouts/partials/blocks/templates/video/vimeo.html b/layouts/partials/blocks/templates/video/vimeo.html index 98b53c04ca40ef272aec540b2bd00405c99505ba..e0ffc073807e5bf0b69fac4cfcf8db6ebf18ab6d 100644 --- a/layouts/partials/blocks/templates/video/vimeo.html +++ b/layouts/partials/blocks/templates/video/vimeo.html @@ -2,5 +2,6 @@ class="vimeo" src="https://player.vimeo.com/video/{{ .id }}" title="{{ .title }}" + frameborder="0" loading="lazy"> </iframe> diff --git a/layouts/partials/blocks/templates/video/youtube.html b/layouts/partials/blocks/templates/video/youtube.html index 7e97544e6d16ab9be7cff03eee237abf71de53f9..88e26d300eae7e89fe9b3d96fd67a92c8b8bd659 100644 --- a/layouts/partials/blocks/templates/video/youtube.html +++ b/layouts/partials/blocks/templates/video/youtube.html @@ -2,5 +2,6 @@ class="youtube" src="https://www.youtube.com/embed/{{ .id }}" title="{{ .title }}" + frameborder="0" loading="lazy"> </iframe> diff --git a/static/osuny-theme-version b/static/osuny-theme-version index 1c5ae58202bc8f5a7e42f2062dc3478a5b1a4f79..5e008de3731cd10251155e2c35be8495c942ee2f 100644 --- a/static/osuny-theme-version +++ b/static/osuny-theme-version @@ -1 +1 @@ -v3.0.0 \ No newline at end of file +v3.0.1 \ No newline at end of file