Resize Article Images In Blog Page - Question | JoomShaper

Resize Article Images In Blog Page

CP

Christian Pallaria

Template 9 months ago

Hi,

I have got a an issue in the blog page image size. I have created a custom.css and I need to know which css should be overwritten in order to achieve this. I have followed your instructions in this post https://www.joomshaper.com/forum/question/36964 but the snippets you have shared are resizing the images into the articles, while I would like to resize only those in the genetal list of articles. Please refer to the following link to understand the issue (at the moment all articles have different image size.

https://www.christianpallaria.com/my-emba-journey.html

Many thanks in advance.

0
3 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 9 months ago #180168

Hello Christian Pallaria,

Thank you for reaching out, and I apolozy for the inconvenience caused.

To assist you further, I kindly request a screenshot or clear indication of the specific images on the blog page you would like to resize. This will help ensure the provided solution targets only the images in the general list of articles and avoids affecting those within the articles themselves.

Looking forward to your response so we can resolve this efficiently.

Best regards

0
CP
Christian Pallaria
Accepted Answer
9 months ago #180169

HI,

many thanks for your reply. Please find below a screenshot

you can also refer to the link below

https://www.christianpallaria.com/my-emba-journey.html

I hope this helps.

0
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 9 months ago #180174

Hello Christian Pallaria,

Please add the following CSS code to your Template Options -> Custom Code -> Custom CSS

.blog .article-intro-image img{
    width: 1000px !important; /* Adjust as needed */
}
0