new_site/_includes
ZL Asica 2a056fe68e
Implement Default Lazy Loading for Images with Configurable Option (#2183)
This PR introduces an enhancement to the site's image-loading strategy
by implementing lazy loading as the default behavior for all images. The
motivation behind this change is to improve the site's load times.

**Changes:**
1. **Default Lazy Loading:** By `default`, all images will now have the
`loading="lazy"` attribute.

2. **Configurable Option in `_config.yml`:** Added a new configuration
option under `lazy_loading_images.enable`.

3. **Override Capability:** For `specific images` where the user doesn't
want lazy loading, they can `override` this by directly setting the
`loading attribute` in the `image tag`.
2024-02-14 00:41:14 -05:00
..
cv format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
repository format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
resume format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
scripts Move libs versions to config (#2139) 2024-01-28 19:10:42 -03:00
audio.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
disqus.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
figure.liquid Implement Default Lazy Loading for Images with Configurable Option (#2183) 2024-02-14 00:41:14 -05:00
footer.liquid Axe accessibility test support (#2080) 2024-01-15 16:38:31 -03:00
giscus.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
head.liquid Adding display swap to Google Fonts 2024-01-28 20:11:44 -03:00
header.liquid remove the space in names of "site" (#2188) 2024-02-14 00:36:30 -05:00
latest_posts.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
metadata.liquid Move libs versions to config (#2139) 2024-01-28 19:10:42 -03:00
news.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
pagination.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
projects.liquid Fix broken links (#2077) 2024-01-15 11:09:45 -03:00
projects_horizontal.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
related_posts.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
selected_papers.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
social.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
video.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00