소스 검색

Lazy load homepage iframe

Andrea Franceschini 2 년 전
부모
커밋
c6d6825f1f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/home.php

+ 2 - 2
pages/home.php

@@ -30,7 +30,7 @@ $twitter_image = 'images/colopic.jpg';
 	}
 </style>
 <div class='embed-container -mb-8'>
-	<iframe src='https://www.youtube.com/embed/videoseries?list=PL70paWUyPRgqhqxG0ShlROn1eSHlekhB_' frameborder='0' allowfullscreen></iframe>
+	<iframe loading="lazy" src='https://www.youtube.com/embed/videoseries?list=PL70paWUyPRgqhqxG0ShlROn1eSHlekhB_' frameborder='0' allowfullscreen></iframe>
 </div>
 
 <h2 class="py-2 text-center">What can I do for you?</h2>
@@ -42,4 +42,4 @@ $twitter_image = 'images/colopic.jpg';
 	<a href="<?=$baseurl?>contact" class="other flex-1"><span>Something else</span></a>
 </div>
 
-<?=i('_footer')?>
+<?=i('_footer')?>