LittleMouseGames / GodotAssetLibrary

An Open Source (AGPLv3) Godot Asset Library, by LittleMouseGames
https://godotassetlibrary.com
GNU Affero General Public License v3.0
12 stars 1 forks source link

Fix lazyload + other enhancements #31

Open yochrisbolton opened 2 years ago

yochrisbolton commented 2 years ago

Need to add data-src instead of just src for lazyload to work

We should also adjust other large images (cache) where applicable

yochrisbolton commented 2 years ago

See: https://web.dev/codelab-use-lazysizes-to-lazyload-images/ for more info