[bisq-network/bisq-website] Add Lazy Loading to images and iframes (#331)

Steve Jain notifications at github.com
Mon Jan 27 21:28:25 UTC 2020


m52go commented on this pull request.



>    <div class="float-right">
     <a class="dl-win64" href="https://bisq.network/downloads/v{{ site.client_version }}/Bisq-64bit-{{ site.client_version }}.exe">.exe</a>
   </div>
 </div>
 
 
 <div class="dropdown-item btn-icon">
-  <img src="/images/icon-apple-g.svg" class="os-icon os-icon-g" />
-  <img src="/images/icon-apple-w.svg" class="os-icon os-icon-w" /> {{ item.liMac }}
+  <img src="/images/icon-apple-g.svg" class="os-icon os-icon-g" loading="lazy" loading="lazy" />

```suggestion
  <img src="/images/icon-apple-g.svg" class="os-icon os-icon-g" loading="lazy" />
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-website/pull/331#pullrequestreview-348987300
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200127/f4f68374/attachment-0001.html>


More information about the bisq-github mailing list