width: 0px on firefox only
See original GitHub issueHi, First of all thank you for this plugin. It works perfectly well on IE 11 / Chrome / Opera.
However on Firefox the width of .slick-track and .slick-slides is very small ( 0px, 1px, 13px ) and no images is displayed. I saw some related issue but none with the solution
you can look at it on www.synchromthegame.com (sorry for the unintended publicity)
Here is my init code
$(".synchrom-screens").slick({
slidesToShow: 1,
slidesToScroll: 1,
centerPadding: "20%",
dots: false,
centerMode: true,
focusOnSelect: true,
prevArrow: "<div class='prevArrowScreen'><div class='arrow--inner'>◀</div></div>",
nextArrow: "<div class='nextArrowScreen'><div class='arrow--inner'>▶</div></div>"
});
slick 1.5.3
Issue Analytics
- State:
- Created 8 years ago
- Comments:17
Top Results From Across the Web
Window column width | Firefox Support Forum
Hello all, I regularly open up pop up windows to do my job, containing lots of column data. Until recently, the columns would...
Read more >Setting height and width of image to be viewed in firefox only
The width of your block and image are both set to 100%, and so are filling the full width of the browser window....
Read more >#sidebar { min-width: 0px !important; } doesn't work anymore ...
Min width for the bookmark sidebar doesn't work anymore. I can still expand but not reduce the size of the side bar since...
Read more >CSS Hacks Targeting Firefox
It targets only Firefox browsers, so you can make CSS exceptions. ... i have hard problem in my firefox css width any advice...
Read more >"fit-content" | Can I use... Support tables for HTML5, CSS3, etc
1 Firefox does not support the height / min-height / max-height properties, only width . · 2 Firefox supports the -moz-available keyword rather...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Baccanno To fix that issue for firefox browser you need to specify with and heigh:auto for slick-list element. Hope it helps
Since I’m a lovely fellow and don’t have the heart to just leave you hanging; 😆 type this in to your browser-console:
😄 - _works now!_
I don’t know why, but Firefox doesn’t like your
<div class="lightbar col-xs-12 col-lg-offset-1 col-lg-10"> </div>
😕Good luck, Simon.