Removed swiper from album section

This commit is contained in:
2025-11-22 17:19:22 +13:00
parent c3e05b44ea
commit a25500bb91

View File

@@ -31,14 +31,16 @@ const albums = await pb.collection('albums').getFullList({
</script> </script>
<Base> <Base meta={{title: "albums"}}>
<div slot="sidebar" class="text-left"> <div slot="sidebar">
More focused photo albums. These are more single-purpose collections of photos compared to the general images of <a href="/photos">photos.</a> Best viewed on a large screen! <p class="text-left"> More focused, themed collections of photos compared to the more miscellaneous images of the (now defunct) <a href="/photos">photos page.</a> Best viewed on a large screen!</p>
<!-- <br>
← / → -->
</div> </div>
<div slot="content"> <div slot="content">
<div class="swiper-album w-full h-[90vh] overflow-hidden"> <div class=" w-full">
<div class="swiper-wrapper"> <div class="">
{ albums.map(a => <AlbumCard a={a}/> ) } { albums.map(a => <AlbumCard a={a}/> ) }
</div> </div>
</div> </div>