Sha256: ad4a2f42c9524c6e2ecc000a934087549aad877cccfa9ff20c3f641ff9b9cb1c

Contents?: true

Size: 329 Bytes

Versions: 11

Compression:

Stored size: 329 Bytes

Contents

<!--
  image lazy load: https://github.com/ApoorvSaxena/lozad.js
-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js"></script>

<script type="text/javascript">
  const imgs = document.querySelectorAll('.post-content img');
  const observer = lozad(imgs);
  observer.observe();
</script>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-3.3.2 _includes/lozad.html
jekyll-theme-chirpy-3.3.1 _includes/lozad.html
jekyll-theme-chirpy-3.3.0 _includes/lozad.html
jekyll-theme-chirpy-3.2.2 _includes/lozad.html
jekyll-theme-chirpy-3.2.1 _includes/lozad.html
jekyll-theme-chirpy-3.2.0 _includes/lozad.html
jekyll-theme-chirpy-3.1.1 _includes/lozad.html
jekyll-theme-chirpy-3.1.0 _includes/lozad.html
jekyll-theme-chirpy-3.0.3 _includes/lozad.html
jekyll-theme-chirpy-3.0.2 _includes/lozad.html
jekyll-theme-chirpy-3.0.1 _includes/lozad.html