Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Artem Artemov Member
@artemartemov · Joined 9 years ago · 11 posts · 3 topics · 0 reputation
Badges
Recent posts
-
Page Media as Slideshow
· 8 years ago
Yeah for sure, I have something very similar on a grav site: https://keyandneedle.com I personally use siema.js - a super small slider library and add some styles over it. I personally have it as a fu
-
Lazy-load plugin
· 8 years ago
take a look here: /forum/themes-styling/solved-lazyloading-images-with-data-src-and-data-srcset-t943 no need for the lazyload plugin :)
-
[SOLVED] Lazyloading images with data-src and data-srcset
· 8 years ago
Hey folks! Recently came across a great way to get lazy loading of images working the way I have been envisioning for some time. Figured I would post here to help others who want to accomplish the sa
-
Assets performance, PSI and loadCSS
· 9 years ago
Have you successfully implemented HTTP2 with how grav deals with assets? I have actually gotten the server running just fine with HTTP2 and Grav but having a few issues actually getting the assets to
-
Grav plugin form submit (Mailchimp)
· 9 years ago
Would love to see this in action. I wrote a custom plugin back in laravel and it worked swimmingly but haven't attempted in grav yet :)
-
Handling Images in Grav
· 9 years ago
Would love to see how you have implemented this if you don't mind! Still trying to figure out the best way to deal with images - some are styled directly into the code so I can control the quality and
-
Assets performance, PSI and loadCSS
· 9 years ago
I am in the same boat as you right now just trying to configure the inline-css and critical css - have you made any headway with this?
-
(solved) Image derivatives from file upload
· 9 years ago
Got it working! {% for featuredimage in page.header.project_featured_image %} {{ page.media[featuredimage.name].derivatives(460,1280,120).sizes('100vw').html }} {% endfor %}
-
(solved) Image derivatives from file upload
· 9 years ago
I am having a bit of trouble being able to use Grav's responsive image srcset feature with images that a user would upload from admin. Since it returns an array I wasn't sure if it was possible to pas
-
Best approach for injecting pages in pages
· 9 years ago
(or displaying projects) Hey there, so I am working through creating my first template - idea is a cinematography or video portfolio. I have created a new page "type" called projects in the admin wit