mindkomm / timmy

Advanced image handling for Timber.
MIT License
171 stars 13 forks source link

Support wordpress loading="lazy" feature (since 5.5) #35

Closed sque89 closed 2 years ago

sque89 commented 4 years ago

We updated our wordpress recently to 5.5 mainly because we want to make use of the lazy loading attribute which wordpress can now add automatically.

I know Timmy supports lazy loading with JS, but is it planned to support the browser native loading attribute?

Thanks a lot!

gchtr commented 4 years ago

Yes, this is on top the list!

gchtr commented 2 years ago

Lazy loading is supported in the new version of Timmy. I just released a first beta for Timmy v1.0.0: https://github.com/mindkomm/timmy/releases/tag/1.0.0-beta.1.

Check out the updated Lazy Loading Guide.