Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1098737
    Polaradventures
    Participant

    The images on my revolution sliders are not automatically resizing when I resize my browser window to simulate viewing on smaller devices. Instead, the image just gets more and more cut off.

    #1098739
    Polaradventures
    Participant
    This reply has been marked as private.
    #1098741
    Polaradventures
    Participant
    This reply has been marked as private.
    #1098830
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!
    You have two options.

    #1 Add following CSS to customizw/custom/css and to force image size :

    @media (max-width:767px){
    .tp-bgimg.defaultimg{
    background-size: 100% 100% !mportant;
    }
    }

    #2 You can add a background image without the title, then add title as slide HTML layer.

    Hope that helps!

  • <script> jQuery(function($){ $("#no-reply-1098737 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>