aaaallleeexx Posted April 1, 2022 Share Posted April 1, 2022 Hello! I'm using wells and right now the gallery page comes as default in thumbnail view. It is possible to change that default behavior to full screen? Much appreciated, Alex Link to comment
derricksrandomviews Posted April 1, 2022 Share Posted April 1, 2022 8 minutes ago, aaaallleeexx said: Hello! I'm using wells and right now the gallery page comes as default in thumbnail view. It is possible to change that default behavior to full screen? Much appreciated, Alex The easiest way to do this is not use a gallery page, make your own with a blank page and gallery blocks then you can arrange the images full screen or other ways using the gallery block design options. Link to comment
aaaallleeexx Posted April 1, 2022 Author Share Posted April 1, 2022 thanks for this! I did exactly that, but i do like the functionality of the gallery itself and being able to jump from thumbnail into prev full next layout... I was thinking maybe there is a way to enable a default viewing mode Link to comment
derricksrandomviews Posted April 1, 2022 Share Posted April 1, 2022 (edited) By default, Wells has a grid with thumbnails or slideshow image gallery pages, that is all. You can enlarge the thumbnails and stack the images using this code in custom CSS #galleryWrapper #thumbnails { height: auto !important; } #galleryWrapper #thumbnails .thumb { width: 100% !important; left: 0 !important; top: 0 !important; height: auto !important; position: relative !important; margin-bottom: 10px; } Edited April 1, 2022 by derricksrandomviews aaaallleeexx 1 Link to comment
aaaallleeexx Posted April 2, 2022 Author Share Posted April 2, 2022 7 hours ago, derricksrandomviews said: You're the man By default, Wells has a grid with thumbnails or slideshow image gallery pages, that is all. You can enlarge the thumbnails and stack the images using this code in custom CSS #galleryWrapper #thumbnails { height: auto !important; } #galleryWrapper #thumbnails .thumb { width: 100% !important; left: 0 !important; top: 0 !important; height: auto !important; position: relative !important; margin-bottom: 10px; } derricksrandomviews 1 Link to comment
JKDwebsite Posted February 10, 2023 Share Posted February 10, 2023 Hello! Hopefully I can connect with someone on here, similar kind of questions .... I'm using Wells as well. My home page is a slideshow and the other gallery pages open as thumbnails (which is what I want) - But there is one gallery page I'd like to be a slideshow. Is there custom code to do that? The options right now are either all slideshow or all thumbnail. This is my site - https://jkdtesting.squarespace.com I'd like for "Wanderings" to open as a slideshow (like the homepage) Thanks! Jamie Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment