Skip to content

Commit e2812c4

Browse files
committed
use lazy loading for instagram preview
1 parent f2312f4 commit e2812c4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ <h2>You should consider joining us!</h2>
155155
<a href="involved" class="button primary">Join Us!</a>
156156
</div>
157157
</section>
158-
<div class="embedsocial-hashtag" data-ref="a48ceb3731b793a39e16f064f82bb6e7065162af"> <a class="feed-powered-by-es feed-powered-by-es-slider-img es-widget-branding" href="https://embedsocial.com/social-media-aggregator/" target="_blank" title="Instagram widget"> <img src="https://embedsocial.com/cdn/icon/embedsocial-logo.webp" alt="EmbedSocial"> <div class="es-widget-branding-text">Instagram widget</div> </a> </div> <script> (function(d, s, id) { var js; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://embedsocial.com/cdn/ht.js"; d.getElementsByTagName("head")[0].appendChild(js); }(document, "script", "EmbedSocialHashtagScript")); </script>
159-
158+
<div class="embedsocial-hashtag" data-ref="a48ceb3731b793a39e16f064f82bb6e7065162af" data-lazyload="yes"> <a class="feed-powered-by-es feed-powered-by-es-slider-img es-widget-branding" href="https://embedsocial.com/social-media-aggregator/" target="_blank" title="Instagram widget"> <img src="https://embedsocial.com/cdn/icon/embedsocial-logo.webp" alt="EmbedSocial"> <div class="es-widget-branding-text">Instagram widget</div> </a> </div> <script> (function(d, s, id) { var js; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://embedsocial.com/cdn/ht.js"; d.getElementsByTagName("head")[0].appendChild(js); }(document, "script", "EmbedSocialHashtagScript")); </script>
160159
<!-- Footer -->
161160
<div id="footer-placeholder"></div>
162161
</div>

0 commit comments

Comments
 (0)