Set Image Size For Article Image - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Set Image Size For Article Image

PK

Peter Klinke

Helix Framework 3 years ago

When I add an image to an joomla article it is shown very large on top of the article.

  • Is it possible to set a smaller size for this image?
  • Is it possible to place the image below the titel?
0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #84079

Hi Peter,

  1. Yes, In Template Options > Blog > Images Sizes > Large - change size, but you have to upload image again to resize it
  2. Yes, but it request using custom CSS, with CSS order Property for classes.
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #84080

Example custom CSS:

.article-details { display: grid;}
.article-details .article-header {order: 1;}
.article-details .article-full-image {order: 2;}
.article-details .article-info {order: 3;}
.article-details .article-ratings-social-share {order: 4;}
0
PK
Peter Klinke
Accepted Answer
3 years ago #84226

Hi Paul,

thank you very much for quick response!

Fine, so here I was already right in Template options but was wondering why nothing changed after reducing the image size here.

What do you mean exactly with upload again? The images are already stored on the webspace in joomla image folder. What's the way to reduce the image size? Note: This are joomla articles.

The other part I will try tomorrow.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #84576

Yes, you have to remove old image and upload this same again, then Helix would be able to resize to correct resolution. It cannot do that with already uploaded images, in theory you can do that manually but it also takes time.

0
PK
Peter Klinke
Accepted Answer
3 years ago #84647

But it is an joomla article. So neither pagebuilder nor helix will know that's the file is new if I do anupload..with joomla media manager or jce .?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #84648

If in Blog Options tab - it's from helix.

If in Images & Links tab - it's from Joomla, so you don't have to upload again, but Helix settings do not touch images from that area.

0