cmb69 / slideshow_xh

Slideshows for CMSimple_XH
GNU General Public License v3.0
2 stars 0 forks source link

Close #1: Load images on demand #24

Closed cmb69 closed 3 years ago

cmb69 commented 3 years ago

This is the most simplistic implementation we can think of, but it also might the most effective: we use the loading attribute of the img element to load the first slide show image eager, but all others lazy. This should be sufficient to cover all of the alternative picture sources. Of course, the effect heavily depends on browser support.

cmb69 commented 3 years ago

Applied as https://github.com/cmb69/slideshow_xh/pull/24/commits/f9e475ab4402f5678e804eaf10b4642c78c3a52d.