After uploading the picture, can not better display in the center, see the source code is used float style, but in the center is used float:none, can not work better, how to do
Also having the same issue. Also I think it would be nice to be able to pass our own css to images so we can add responsiveness & whatnot.
For now I just center & make responsive all my images using
img {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
height: auto;
}
Most helpful comment
Also having the same issue. Also I think it would be nice to be able to pass our own css to images so we can add responsiveness & whatnot.
For now I just center & make responsive all my images using