Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1281441

    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

    #1281934

    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

    #1283376

    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?

    #1283782

    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

    #1284089

    Could you to make an example of that CSS command, for featured images of articles in the home?

    Thanks

    #1285274

    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

    #1286183

    Thanks Rikard.

    #1286337

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.