Skip to main content

How to prevent white flash Before Slides Load in Brizy Cloud?

Comments

7 comments

  • Ariel H.

    Hi Jose,

    Thank you for reaching out.

    Could you please share the URL so we can take a look?

    Best regards,
    Ariel H.

    0
  • Jose Gonzalez

    Thank you:

    0
  • Ariel H.

    Hi Jose,

    Thank you for the update. Please try the following CSS and let us know if it works for you:

    .brz-slider, 
    .brz-slider .brz-slide {
        background-color: black !important;
    }

    .brz-slider img {
        display: block;
        background-color: black; /* Ensures any gaps remain black */
    }

    .brz-slider {
        background-color: black !important;
        transition: opacity 1s ease-in-out;
    }

    Best regards,
    Ariel H.

    0
  • Jose Gonzalez

    It doesn't solve the issue, sorry. :/

    I've tried this on 2 browsers and on a private window.

    0
  • KC George

    Hello Jose,

    This behavior could be due to the way the background slider is currently designed to work. What about considering an alternate implementation strategy to achieve a similar result? 

    Have a look at the slider transition at the hero section of https://riverflo.com/ Would the same slider transition work for your project? The hero section of this project is implemented by setting a block as a slider and having these settings in the slider

     

    0
  • Jose Gonzalez

    Thanks KC George 

     

    0
  • Jose Gonzalez

    Many thanks for all your help - you helped me solve this!

    I've built a slider block using your suggested settings and added a bit of CSS to turn the slider's bg black, and it works beautifully.

    Thanks again!

    0

Please sign in to leave a comment.