Hi, I wanted to know if with a CSS command I can make uniform and standard the dimensions of the preview images of the last articles on the home, and on internal pages, thus making them all the same in their dimensions.
Thank you
Hey brand,
You can change that with CSS yes, but that will likely skew or distort the images. It would be much better if you could use images of the same size.
Best regards,
Rikard
I have the same problem too. Not all images are the same size. would be interesting to know this code. Can you paste it here please?
Hi eleonorabienno,
The same answer I gave above still applies. You can change the size with CSS, but it will distort or skew your images. We still recommend that you use the same image sizes.
Best regards,
Rikard
Could you to make an example of that CSS command, for featured images of articles in the home?
Thanks
Hi brand,
You could try something like this in Quick CSS:
.home .avia-content-slider-inner a img {
width: 100%;
height: 290px;
}
Best regards,
Rikard
Thanks Rikard.