Have you tested the dark theme, dark.css contains this:
div.figure img {
border: 0;
vertical-align: middle;
max-width: 90%;
}
img.align-left, .figure.align-left, object.align-left {
clear: left;
float: left;
margin-right: 1em;
max-width: 90%;
}
img.align-right, .figure.align-right, object.align-right {
clear: right;
float: right;
margin-left: 1em;
max-width: 90%;
}
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
I have fixed it there for me, does adding this to your style sheet fix the
problem?
Maybe we should move this to the base boilerplate theme Vlad? max-width: 90%;
was also necessary to scale larger images on small screens.
Cheers,
chris