Jump to content

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

Recommended Posts

  • 2 months later...
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 (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

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 (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.