You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some pages have a lot of images! Giving them the loading="lazy" attribute would help spreading out their loading.
The main problem is that I'm currently using Markdown image tags, which do not generate that attribute. Switching to HTML is a possibility, but may degrade in other ways... so it needs testing.
The text was updated successfully, but these errors were encountered:
Some pages have a lot of images! Giving them the
loading="lazy"
attribute would help spreading out their loading.The main problem is that I'm currently using Markdown image tags, which do not generate that attribute. Switching to HTML is a possibility, but may degrade in other ways... so it needs testing.
The text was updated successfully, but these errors were encountered: