Login  Register

Re: Image sizing

Posted by Harvey on Nov 25, 2011; 3:36am
URL: https://support.nabble.com/Image-sizing-tp7027028p7030032.html

DavidJCobb wrote
/* This is the CSS from your forum member, slightly 
   modified. */
.nabble .message-text img {
    display: inline-block;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 100%;
}

/* Here, we override a default CSS rule. Without this, 
   max-width from earlier will completely break for 
   quoted images. */
.nabble div.quote {
    display: block!important;
}
Do I use this code to replace exactly what I posted?  
HTTPS Please!