@@ -68,23 +68,8 @@ View in Full Screen
6868 : lazyPreloadPrevNext= " 1"
6969 : effect= " 'coverflow'"
7070 class = " swiper" style= " height: 396px;" >
71- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/01.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
72- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/02.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
73- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/03.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
74- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/04.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
75- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/05.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
76- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/06.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
77- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/07.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
78- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/08.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
79- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/09.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
80- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/10.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
81- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/11.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
82- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/12.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
83- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/13.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
84- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/14.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
85- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/15.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
86- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/16.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
87- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/17.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
88- < SwiperSlide>< img src= " https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/18.jpg" alt= " Screenshot" loading= " lazy" / >< / SwiperSlide>
71+ < SwiperSlide v- for = " i in 18" : key= " i" >
72+ < img : src= " `https://raw.githubusercontent.com/django-files/repo-images/refs/heads/master/django-files/docs/${String(i).padStart(2, '0')}.jpg`" alt= " Loading..." loading= " lazy" / >
73+ < / SwiperSlide>
8974< / Swiper>
9075< / ClientOnly>
0 commit comments