We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 48377
    • 10 Posts
    hi,

    I made a banner that worked smoothly, and converted it with ModX (the first banner has different styling than the others, that's why it is separated).

    When the banner runs the first time, it displays white rectangles between the slides. After it has run one time, that disappears.
    It is like they do not preload ...

    Any help would be greatly appreciated.

    greetz


    ------------------------MODX CODE

    <div class="item active" style="background: url([[*home_banner_eerste_slide]]) no-repeat center center; background-size: cover;">
    <div class="container">
    <div class="carousel-caption">

    </div>
    </div>
    </div>



    [[getImageList?
    &tvname=`home_banner`
    &tpl=`@CODE:<div class="item" style="background: url([[+image]])no-repeat center center; background-size: cover;"><div class="container">
    <div class="carousel-caption"></div></div></div>
    `
    &docid=`[[*id]]`
    ]]