Viewing 1 replies (of 1 total)
  • The slider image size depends on where you are adding the widget. You can modify it if know css by editing instag-slider.css located in assets/css folder.
    change this
    .pllexislider .slides { zoom: 1; overflow: hidden; }
    to
    .pllexislider .slides { zoom: 1; overflow: hidden; width: 50% }

    you can play with the width by using pixels or percentage until you see it fit for you web.

Viewing 1 replies (of 1 total)
  • The topic ‘Re-Size carousel images’ is closed to new replies.