Skip to content

Commit

Permalink
HDX-9070 - Discovery - Google Search Console - Core Web Vitals - Prep…
Browse files Browse the repository at this point in the history
…are for March 2024

         - test reverting to lazy load for imgs
  • Loading branch information
aalecs committed Jun 27, 2024
1 parent 0aa916f commit 1a3a769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="sub-item">
<div class="sub-item-image">
<img class="graphic" src="{{ item.graphic }}" alt="Highlight item">
<img class="graphic lazyload" data-src="{{ item.graphic }}" alt="Highlight item">
<div class="sub-item-action">
{% if item.embed %}
<a href="{{ item.url }}" class="btn" target="_blank" data-module="hdx_click_stopper"
Expand Down

0 comments on commit 1a3a769

Please sign in to comment.