You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="cover-slider"
data-flickity='{ "asNavFor": "#featured_banners_body_slider", "fade": true, "draggable": false, "imagesLoaded": true, "pageDots": false, "prevNextButtons": false, "wrapAround": true, "setGallerySize": false, "accessibility": false, "watchCSS": true }'
><imgclass="featured_banner slide"
src="60yuz98zo4_Flickery_Box.png"
aria-hidden="true"
style=""
/><imgclass="featured_banner slide"
src="4zdg7w9it0_Slide_2.png"
aria-hidden="true"
style=""
/></div><divid="featured_banners_body_slider"
class="banner-body-slider card-body flickity-soft-edges flickity-soft-edges-white flickity-buttons-adjacent flickity-buttons-bottom-center"
data-flickity='{"pageDots": false, "wrapAround": true, "watchCSS": true}'
><divid="featured_banner_33"
class="featured_banner slide"
aria-hidden="true"
style=""
><emclass="tagline">New documentary</em><h3class="heading">Enmity</h3><divclass="description"><p>
Then war broke out in heaven. Michael and his angels fought against
the dragon, and the dragon and his angels fought back. But he was
not strong enough, and they lost their place in heaven.
</p></div><ahref="https://www.youtube.com/watch?v=VtjMGchgrqs"
class="btn_watch_now btn-watch-now"
data-fancybox=""
>
Watch Now
</a></div><divid="featured_banner_34"
class="featured_banner slide"
aria-hidden="true"
style=""
><emclass="tagline">Old mockumentary</em><h3class="heading">The Day After</h3><divclass="description"><p>
In an age where deceptions run loose and relativism is thriving, it
is essential to stand tall as a light shining God’s unadulterated
truth to the world.
</p></div><ahref="https://www.youtube.com/watch?v=7-wAzlqzXH0"
class="btn_watch_now btn-watch-now"
data-fancybox=""
>
Watch Now
</a></div></div>
Both of them are hidden by setting content: '' upon a CSS breakpoint as described in the watchCSS manual.
When the page is being open with a viewport width already beyond that breakpoint, I get the following console error:
It doesn't hurt much and doesn't break anything within the sliders when they become enabled again, but I guess it's easy to fix.
The text was updated successfully, but these errors were encountered:
Hello!
I have 2 sliders with the following setup:
Both of them are hidden by setting
content: ''
upon a CSS breakpoint as described in thewatchCSS
manual.When the page is being open with a viewport width already beyond that breakpoint, I get the following console error:
It doesn't hurt much and doesn't break anything within the sliders when they become enabled again, but I guess it's easy to fix.
The text was updated successfully, but these errors were encountered: