I see in a snippet of code the “lazy loading = False” do i just have to change that to true in order to use lazy loading?
Thanks for all the tips!
I see in a snippet of code the “lazy loading = False” do i just have to change that to true in order to use lazy loading?
Thanks for all the tips!
Hi @Jdierck
For a simple case, use loading=“lazy” attribute on images to implement lazy loading
Thanks!
how would i do that?
thank you!