derSteffen
derSteffen
Yes, there are problems with display:flex. If the fittext-element in any div (and any parent-div has display:flex) the compressor doesn't work exactly. The scale-effect (smaller) ist very fast and then...
Maybe there is a solution: [http://jsfiddle.net/videma/qLM9e/1/]
GREAT Thank you very much!
Thats my Code: $('.responsive-accordion-head', this).on('click', function() { $(".responsive-accordion-panel img.lazyload").trigger("unveil"); }); That works, but in this case, all image in all my .responsive-accordion-panel are display, if I click on the head....
Thanks! That is it :-)
One hard-coded option is to change **false** in **true** (line 267) `if((atBottom() && closest>index) || atTop()) { index = closest; //index, instant, callbacks, toTop animateScroll(closest,instant,callbacks,true); }` But maybe there is...