• Hi
    Been trying out Master Slider Free in a site built using Ultimatum.
    Images don’t scale properly when viewing on iphone. The width os IK but the Height is not reducing in proportion and the resulting images are therefore distorted….
    site is https://www.national18.com

    I’ve been trying all sorts of variations, full width, boxed, did sizes, but cant seem to make it work respond correctly….any suggestions….

    I tried adding code
    .master-slider img {
    transition: none !important;
    }
    in CSS, but no benefit…….

    https://www.ads-software.com/plugins/master-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the exact same problem! Tried every possible setting along with different CSS. Nothing seems to work to minimize the wrapper height…

    I finally solved this =)))

    Turned off Auto-height slider, set Minimum height amount to 0 (zero) and used slides fillmode Stretch. In the CSS-file for my iPhone-settings, I wrote (tune to the max-height that works for you):

    @media only screen and (min-device-width:320px) and (max-device-width:480px) {

    div.master-slider-parent { max-height:200px }
    div.master-slider { max-height:200px }
    div.master-slider img { max-height:200px }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Responsive issue’ is closed to new replies.