Photographs do not keep proportion

Posted in: Newspaper
Post count: 9

Since a few days ago the photographs are not adjusted to the text but they do not have an aspect ratio.

https://territoriofotografico.com/conoce-el-proyecto-a-camara-lenta-un-libro-sobre-fotografia-estenopeica/

Post count: 22421

Hello,

the featured images are not aligned center so if your image is smaller than 696 px which is the container size, they will be aligned left. You can use this custom css code in your theme panel-> custom css box to align images to the center:

.td-post-featured-image{
margin-left:auto;
margin-right:auto;
display:table;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.