• Hi Anastis, at first thanks for your great plugin.
    I have two questions:

    1. Is there any way or idea how i can change and fix the size of the backgroundbox in the slider?
    On PC the backgrundbox use neraly full space of the image, but i want to fix it to maybe maximum 33% of image/page width. If i have more text in title and subtitle the backgrundbox can go up maybe in heigt.

    2. On mobilephone the images in slider are not realy responsive. In MaxSlider i have choosen imagesize by MaxSlider.
    Do you have an idea what i should change or try or type in custom css to solve it.

    Thanks for your reply

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

Viewing 1 replies (of 1 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi,
    1. I am guessing you can use this

    .maxslider-slide{
    background-repeat:none;
    background-size:50%;
    }

    in your custom CSS box under Customize-?Additional CSS You can control the image height to your preference
    2. This is the way the slider is meant to work, creating a full screen visual effect for the visitor when visiting from mobile.

    Actually, This is a common technique for images that you want to scale in mobile.

    The images will adapt their container size. If you look at the demo site you will see the image shrinking as we move towards a narrower width. It is of course obvious that an image with a ration of 16:9 will not be displayed in full in devices like mobile phones.?
    Let me know if you need additional help with this.

    • This reply was modified 4 years, 1 month ago by Fotis.
Viewing 1 replies (of 1 total)
  • The topic ‘Change size of title & subtitle backgroundbox’ is closed to new replies.