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
Lazy loading: Firefox does not support loading="lazy", so make up some JS fallback.
Preloading: Our current approach of floating <img> tags created via JavaScript does not trigger pre-loading in FF.
Alt texts visible in blue while loading thumbnails: Perhaps just make alt texts (link text) grey or sth.
Make sure WebP is used on FF 65+: Last I checked, image quality was potato, which can be expected on JPEG but FF should support WebP nowadays. Make sure our WebP detector correctly detects Firefox as WebP capable.
Press FF to doubt.
loading="lazy", so make up some JS fallback.<img>tags created via JavaScript does not trigger pre-loading in FF.