Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Blazej Member
@blazejs · Joined 4 years ago · 15 posts · 2 topics · 1 reputation
Badges
Recent posts
-
Struggling with image sizes -- Can't find the setting that controls width/height
· 2 years ago
Have you considered using srcset in your img? The browser will choose the prefered one. You can start with something really small if you want to gain some additional points in PageSpeed Insights. You
-
General Asset Configuration
· 3 years ago
Well, I still think the problem isn't with Grav itself, but the way the template is build. You use a lot of resources that are split into many singular files. I code every template myself and try to m
-
General Asset Configuration
· 3 years ago
It's loading quite fast, and current GTmetrix grade is B, so I guess you've been fixing it already. IMHO you're losing some points because of the overuse of animations that affect rendering of the pag
-
General Asset Configuration
· 3 years ago
Give the link to your web site. I guess it has more in common with how is your web site build like, than with the Grav itself.
-
Need Help with Implementing Responsive Images in Grav CMS
· 3 years ago
I'm sorry, I wasn't examining such a case close enough as I wasn't in need to build something like that. I've seen an example of interactive Europe map, long time ago, that was doing the same, but wit
-
Need Help with Implementing Responsive Images in Grav CMS
· 3 years ago
BTW: why are you using so old methods? I haven't been using maps for decades. I guess using a SVG would resolve lots of your troubles, including these with responsiveness.
-
How to change default white background of resized images to other color?
· 3 years ago
Thank you! I had to use a workaround by changing resize() to forceResize() but it's still looks better than before as images are scaled down so still look sharp. You saved me a lot of time anyway, bec
-
How to change default white background of resized images to other color?
· 3 years ago
Nope. It IS the image. And I accept it works that way. I only can't accept the default white color that is used to add the remaining pixels that are required to match the min width requirement. I want
-
How to change default white background of resized images to other color?
· 3 years ago
Hi! The docs says that there's is possible to change the default white background of auto generated resized images (JPG) to other color as an option. But there's no info how to do that. So I have a co
-
Context menu - how to get a current branch from the whole menu tree?
· 4 years ago
Anyway it works as I intended to. Thank you very much again. You see, I'm not a programmer but I used to work with many, so I know there might be misunderstandings because we think on different levels