• Resolved Skime5

    (@skime5)


    Hello,

    How do I make the slider images show their complete size without cropping them? I am using Zerif Pro as my WP Theme. What I am trying to do is make it so that the slider shows on the site, but doesn’t take up the whole page. When I change the settings in MS, it crops the images.

    Any help is greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Skime5

    (@skime5)

    Actually, I may have figured this one out. I just added the following code to the slider and it looks good.

    @media screen and (max-width:1023px) {
    .home-header-slider {
    padding-top:107px;
    }
    }
    @media screen and (max-width:767px) {
    .home-header-slider {
    padding-top: 0px;
    }
    }
    @media screen and (min-width:1024px) {
    .home-header-slider {
    padding-top: 74px;
    }
    }

    Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    I am glad the issue has been resolved.

    You could go to Slides -> Background tab -> Choose slide background and thumbnail section and change the Fillmode to Fill. The images will not be cropped in that way.

    If you need any further assistance, please let me know.

    Best,
    Averta

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formating MS images in Zerif pro’ is closed to new replies.