Jump to content

Billy1996

Member
  • Posts

    25
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Billy1996 reacted to tuanphan in Portfolio grid 2 columns mobile   
    Add to Design > Custom CSS
    /* Portfolio mobile 2 items */ @media screen and (max-width:767px) { div#gridThumbs { grid-template-columns: repeat(2,1fr) !important; } }  
  2. Like
    Billy1996 got a reaction from CraigN in Error with code slowing slideshow transition speed   
    Site URL: https://giraffe-fife-xnsh.squarespace.com/
    Hi there,
    I had initially applied this code to slow the slideshow transition speed. It was working fine but recently no longer works:
    .gallery-fullscreen-slideshow-item-img{
        transition: opacity 1600ms ease-in-out !important;
        -webkit-transition: opacity 1600ms ease-in-out !important;
        -ms-transition: opacity 1600ms ease-in-out !important;
        -moz-transition: opacity 1600ms ease-in-out !important;
        -o-transition: opacity 1600ms ease-in-out !important;
    }
    //.gallery-fullscreen-slideshow[data-transition="fade"] 
    .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src{
        transition: opacity 1400ms ease-in-out !important;
        -webkit-transition: opacity 1400ms ease-in-out !important;
        -ms-transition: opacity 1400ms ease-in-out !important;
        -moz-transition: opacity 1400ms ease-in-out !important;
        -o-transition: opacity 1400ms ease-in-out !important;

    Could anyone please advise on what the error might be?
    Thanks
  3. Like
    Billy1996 got a reaction from Beyondspace in Error with code slowing slideshow transition speed   
    Site URL: https://giraffe-fife-xnsh.squarespace.com/
    Hi there,
    I had initially applied this code to slow the slideshow transition speed. It was working fine but recently no longer works:
    .gallery-fullscreen-slideshow-item-img{
        transition: opacity 1600ms ease-in-out !important;
        -webkit-transition: opacity 1600ms ease-in-out !important;
        -ms-transition: opacity 1600ms ease-in-out !important;
        -moz-transition: opacity 1600ms ease-in-out !important;
        -o-transition: opacity 1600ms ease-in-out !important;
    }
    //.gallery-fullscreen-slideshow[data-transition="fade"] 
    .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src{
        transition: opacity 1400ms ease-in-out !important;
        -webkit-transition: opacity 1400ms ease-in-out !important;
        -ms-transition: opacity 1400ms ease-in-out !important;
        -moz-transition: opacity 1400ms ease-in-out !important;
        -o-transition: opacity 1400ms ease-in-out !important;

    Could anyone please advise on what the error might be?
    Thanks
×
×
  • 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.