in main.css look for:
article .entry-content img {
height: auto;
width: 100%;
}
overide width: 100% doing this:
article .entry-content img {
height: auto;
/*width: 100%;*/
}
in main.css look for:
article .entry-content img {
height: auto;
width: 100%;
}
overide width: 100% doing this:
article .entry-content img {
height: auto;
/*width: 100%;*/
}