this page says that you can set the width and height of each slide:
http://jquery.malsup.com/cycle2/demo/carousel.php
carousel-slide-size = width (horz carousel) or height (vertical carousel) of each slide. If this option is not set, the value will be displayed from the first values โโof the slide.
but how can I accurately add it to the code? This is not clear:
<div class="slideshow" data-cycle-fx=carousel data-cycle-timeout=1000 > <img src="http://malsup.github.com/images/beach1.jpg"> <img src="http://malsup.github.com/images/beach2.jpg"> ... <img src="http://malsup.github.com/images/beach9.jpg"> </div>
source share