Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Page media images not showing as resized

Solved by hughbris View solution

Started by Ade Thompson 7 years ago · 3 replies · 671 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 complanar, 6 days ago
6 140 16 hours ago
Support · by Rick Beebe, 6 days ago
2 100 2 days ago
Support · by blu3prince, 3 days ago
0 52 3 days ago
Support · by alex, 4 days ago
2 92 3 days ago
Support · by Marcel, 2 weeks ago
1 143 4 days ago