• Resolved casing12

    (@casing12)


    I want to change the width and height of the slider in mobile view. The default width for mobile is showing 360px. Is there any way to change customize the height and width for mobile? And also can we show more than one image on mobile?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    1.) Please go to wp-content->theme->yourtheme->style.css file and put below CSS.

    .iscwp-image-fit.slidestoshow-3 .iscwp-img-wrp { height:300px !important; }

    2.) Please go to plugins->slider-and-carousel-plus-widget-for-instagram->assets->js->iscwp-public.js file line no 49 slidesToShow parameter.
    Your need change this parameter display mobile view E.g:-

    slidesToShow : 2

    Thanks

    Thread Starter casing12

    (@casing12)

    Hi, both of these things are not working. it is still showing one picture and also did not change the height. Please find the code below where I made the changes.

    breakpoint : 479,
    settings : {
    slidesToShow : 2,
    slidesToScroll : 1,
    dots : false,
    infinite : (slider_conf.loop) == “true” ? true : false,
    }
    },
    {
    breakpoint : 319,
    settings : {
    slidesToShow : 2,
    slidesToScroll : 1,
    dots : false,
    infinite : (slider_conf.loop) == “true” ? true : false,

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Please share your page link we will check.

    Thanks

    Thread Starter casing12

    (@casing12)

    Now the plugin stopped working. I revert the above changes and still it is not working and do not displaying anything.
    Please provide the email id.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Please join our site (see bottom right side chatbox) live chat our technical team will help you

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change width and height on mobile’ is closed to new replies.