Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #577527

    Hi there

    Im using full screen slider however when I view the image and text on my iPhone the whole thing hasn’t shrunk properly. The full image doesn’t show only part of it and also the text for Caption Title and Caption Text become too small.
    How can I fix this please :-)

    #578244

    Hi xfacta,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #578250

    Yes certainly.

    #578466

    Hi!

    The background size property of the slides are set to “cover” in order to keep the images’ aspect ratio: http://www.w3schools.com/cssref/css3_pr_background-size.asp

    Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area

    You can set it to “contain” but it will distort the images.

    Cheers!
    Ismael

    #578729

    Hi there
    Is there anyway to make sure the text on the slider doesn’t get so small on the mobile screens though as it becomes too small?
    Cheers

    #579366

    Hi,

    Please try something like this in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 30px !important;
    }
    }

    Regards,
    Rikard

    #580037

    Much better thank you so much :-)

    #580255

    Hi!

    Glad we could help you with this :)
    If you have more questions please feel free to get in touch with us.

    Cheers!
    Vinay Kashyap

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full Screen Slider – responsive on mobile’ is closed to new replies.