Jump to content

Is there away to upload photos to a gallery and have the newest show up top?

Recommended Posts

  • 2 months later...
  • Replies 2
  • Views 527
  • Created
  • Last Reply
Posted
On 7/16/2021 at 10:34 PM, Puddles said:

Site URL: https://www.pleasedco.com/photo

I know you can drag them to rearrange but when i do that everything always jumps around all crazy and then I'm stuck rearranging for much longer. Is there a way to make new uploads go to the top instead of the bottom?

 

so to reverse order of this section right?

image.thumb.png.54a3cf59b73c677b2a7a5d31497e9d03.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted

You can add to Home > Settings > Advanced > Code Injection > Header

document.addEventListener('DOMContentLoaded', function() {
    const gallerySection = document.querySelector('section[data-section-id="6033ecf586320d5bccee648d"]');
    const galleryItems = gallerySection.querySelectorAll(".gallery-masonry-wrapper .gallery-masonry-item");
    const galleryOrders = Array.from(galleryItems).reverse();
    galleryOrders.forEach(item => {
        gallerySection.querySelector('.gallery-masonry-wrapper').appendChild(item);
    })
})

 

Support me by pressing 👍 if this useful for you 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.