.post-body p img {
min-width:100%;
margin-bottom:15px;
}
.post-body p img.thumb-small {
min-width:auto !important;
max-width:100%;
margin-bottom:15px;
}
i want all my images inside of post-body p to be min-width 100%. However if the image has a class of thumb-small there should be NO min-width?
how can i reverse that behaviour for images with this class?
thank you
1 Answer