Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Page media images not showing as resized

Solved by Hugh Barnes View solution

Started by Ade Thompson 7 years ago · 3 replies · 610 views
7 years ago

Hi, New to Grav and loving it so far but have come across an issue with resizing images using Page media.

I have attached an image (avatar.png) to my page and I'm using the following code to resize it:

![](avatar.png?resize=50,50)

but this is the output on the page:

45|515x500

It looks like the image IS resizing down from the original image size (400x400) but its still displaying it at the original image size. If I check the page source I can also see the image is 50x50.

I'm using the Cacti theme if this is relevant.

Any help grateful.

EDIT: It's showing the image in the correct size within preview which makes me think this is theme related.

Looking into the CSS for the theme I found the issue:

CSS
img {
    width: 100%; */
    max-width: 100%; */
    border-radius: 3px;
}

I commended out the width code which resolved it for me:

CSS
img {
/*  width: 100%; */
/*  max-width: 100%; */
    border-radius: 3px;
}
👍 1
last edited 09/22/19 by Ade Thompson
7 years ago Solution

Hi, glad you solved your problem, well done! I went to mark this solved but can't because you edited your original question. This is a new problem for me, just mentioning that because it's probably better for this reason in future to answer your own question by replying to yourself. Then I can mark the solution post as solution 🙂

7 years ago

LOL, I have no idea!

👍 1

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 4 weeks ago
19 485 5 days ago
Support · by Lauw, 7 days ago
2 99 7 days ago
Support · by Anna, 3 weeks ago
4 426 1 week ago
Support · by gtx, 4 weeks ago
4 377 3 weeks ago
Support · by Anna, 1 month ago
9 484 3 weeks ago