Removed swiper from album section
This commit is contained in:
@@ -31,14 +31,16 @@ const albums = await pb.collection('albums').getFullList({
|
||||
</script>
|
||||
|
||||
|
||||
<Base>
|
||||
<div slot="sidebar" class="text-left">
|
||||
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!
|
||||
<Base meta={{title: "albums"}}>
|
||||
<div slot="sidebar">
|
||||
<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 slot="content">
|
||||
<div class="swiper-album w-full h-[90vh] overflow-hidden">
|
||||
<div class="swiper-wrapper">
|
||||
<div class=" w-full">
|
||||
<div class="">
|
||||
{ albums.map(a => <AlbumCard a={a}/> ) }
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user