Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1303013
    Proactik
    Participant

    Hello,

    I have some problems with landscape images. The pictures are not responsive (landscape only).
    http://genevievecharbonneau.com/portfolio-item/stay-at-home/

    Do you have an idea why?
    Can you help me to fix this issue?

    MY SITE
    Wordpress 4.7
    Theme 4.6.4
    Cornerstone 1.3.3

    Thank you 🙂

    #1303283
    Friech
    Moderator

    Hi There,

    Thank you for writing in! Are you referring to this image?


    screenshot

    Please clarify how do you want this image to appear on your page.

    I think you need to separate this image first.

    Thanks.

    #1308936
    Proactik
    Participant

    Hello Friech,

    I’m referring all images i display on my site.

    If you look on your mobile or just by resizing the page http://genevievecharbonneau.com/portfolio-item/stay-at-home/ you will see the problem. My images are not responsives.

    Thank you.

    #1308957
    Joao
    Moderator

    Hi There,

    It is because of this code on your style.css :

    #scroll img {
        height: 100% !important;
    }

    Alternatively you could wrap you a media query like :

    @media(min-width: 800px) {
    #scroll img {
        height: 100% !important;
    }
    }

    Hope it helps

    Joao

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