fabiorino / crelly-slider

A free responsive slider for WordPress that supports layers. Add texts, images, videos and beautify them with transitions and animations.
MIT License
104 stars 36 forks source link

"width: 0px; height: 0px" for the slider and every slide #70

Open KuzMaxOriginal opened 3 years ago

KuzMaxOriginal commented 3 years ago

If you won't set manually somewhere in your theme styles width: 100% for the root slider element, you will get 0x0 slider, containing 0x0 slides and its elements.

I found that I needed to manually set up width to 100% after few hours of debugging... Please, at least, mention that in readme or docs, or, for better, just have a CSS style that sets this propery.