okfde / django-filingcabinet

PDF document viewer Django app
10 stars 3 forks source link

🐛 Remove lazy-loading from preview sidebar #42

Closed pajowu closed 1 year ago

pajowu commented 1 year ago

The images are only shown once they are loaded, but with loading="lazy", they are only loaded once they are shown 🔄