Jump to content

Remove fade effect from gallery slideshow

Go to solution Solved by tuanphan,

Recommended Posts

Hello!

I'm wondering if someone can help with customizing a gallery slideshow block I've created.

URL: jones-studio.com/medsger
Password: jones

I'm wanting to take away the quick fade that is happening between slides on the block shown below, the mock up of instagram stories. I want the images to immediate appear one after the other at a 1 second speed, without the fade.

I turned off 'fade' from the site styles option but that didn't change this type of gallery block. I think it needs a piece of code.

Any suggestions? 

Thank you!

Chelsea

 

Screenshot 2023-12-23 at 2.20.21 PM.png

Link to comment
  • Replies 4
  • Views 2.4k
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

Try this code to Website Tools (under Not Linked) > Custom CSS

body .sqs-gallery-design-stacked-slide {
    opacity: 1 !important;
    transition: unset !important;
}
body div:not(.sqs-active-slide) {
    visibility: hidden !important;
}
body div.sqs-active-slide {
    visibility: visible !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
On 3/14/2024 at 5:35 AM, averson said:

This code works on the gallery but makes my whole site one color.

Use this new code. If it doesn't work, you can share link to page where you use slideshow, we can check easier

.gallery-block .sqs-gallery-design-stacked-slide {
    opacity: 1 !important;
    transition: unset !important;
}
.gallery-block div:not(.sqs-active-slide) {
    visibility: hidden !important;
}
.gallery-block div.sqs-active-slide {
    visibility: visible !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (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.