_includes/wordgames/howto/howto.html in word-games-theme-2.2.1 vs _includes/wordgames/howto/howto.html in word-games-theme-2.2.2

- old
+ new

@@ -28,15 +28,15 @@ {% assign video_id = param | split: "=" | last %} {% endif %} {% endfor %} {% endif %} {%- if site.ezoicAds -%} - <iframe class="youtubeVideoPlayer mb-5" width="400" height="315" - src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen> + <iframe loading="lazy" class="youtubeVideoPlayer mb-5" width="400" height="315" + src="https://www.youtube.com/embed/{{video_id}}?autoplay=0&mute=1" allowfullscreen loading="lazy"> </iframe> {%- else -%} - <iframe class="youtubeVideoPlayer mb-5" width="500" height="315" - src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen> + <iframe loading="lazy" class="youtubeVideoPlayer mb-5" width="500" height="315" + src="https://www.youtube.com/embed/{{video_id}}?autoplay=0&mute=1" allowfullscreen loading="lazy"> </iframe> {%- endif -%} </div> {%- else -%} \ No newline at end of file