Client Slider Width
Hi,
How to change the width in the line: style="width: 294px;" ?
<li class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" tabindex="-1" role="option" aria-describedby="slick-slide00" style="width: 294px;">
Comments
you cannot change it, it is set by javascript script when the page loads.
thanks