Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1089436
    ImpulseDev
    Participant

    Hi Guys, Im having issues with fitting images to 100% just wondering what I’m doing wrong

    #1089440
    ImpulseDev
    Participant
    This reply has been marked as private.
    #1089442
    ImpulseDev
    Participant
    This reply has been marked as private.
    #1089655
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Please make sure that the dimension of your image is at least 500×500 pixels. I also noticed that there are broken html codes on the page. Please edit the page and find this line:

    
    <img src="http://seattleyachts.com/wp-content/uploads/2016/06/keith.jpg" alt="keith" width="250" height="250" border="solid 5px #fff"class="alignnone size-full wp-image-168" />

    You need to update it and use this line instead;

    
    <img src="http://seattleyachts.com/wp-content/uploads/2016/06/keith.jpg" alt="keith" width="250" height="250" border="solid 5px #fff" class="alignnone size-full wp-image-168" />

    And then you also need to add the following css code in the customizer, Appearance > Customize > Custom > CSS

    a.x-img > img {
        min-width: 100%;
    }

    We would loved to know if this has work for you. Thank you.

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