Image Slider is squeezing my images

  • forumfitness
    Asked on July 20, 2018 at 9:10 AM

    I have uploaded images to the image slider widget, but how do I get it to NOT squeeze the images on mobile?

    Jotform Thread 1530275 Screenshot
  • BJoanna
    Replied on July 20, 2018 at 11:17 AM

    Please add the following CSS code to your form:

    @media screen and (max-width:500px){

    .custom-field-frame,

    .slidesjs-container,

    .slidesjs-control {

        width: 100% !important;

    }

    iframe#customFieldFrame_45{

        height: 250px !important;

    }

    }

    How to Inject Custom CSS Codes

    After you add the CSS code your form should look like this on mobile devices.

    1532099605imageslider Screenshot 10

    Here is my demo form - https://form.jotform.com/82004373896966 

    Feel free to test it and clone it

    Hope this helps to solve the issue.