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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Using Grav as a Magazine site · 11 years ago

    It really depends on how you want to be able to display them. You can arrange them in pretty much any manner you wish, and use taxonomy to provide grouping/search capabilities. It sounds like what y

  • Using Grav as a Magazine site · 11 years ago

    I have now build one site using a Grav skeleton and I am getting the hang of it. Very cool! I have a magazine site and am thinking of moving it to a new CMS. They release about 12 articles every mo

  • Even Better Responsive Image Support? · 11 years ago

    That's cool. That's why I was thinking about the params in the first place. How grav knows what size to make the other copies. Anyway, I just need to spend a bit of time playing with it. Keep up the g

  • Even Better Responsive Image Support? · 11 years ago

    Actually Grav does automatically create any missing images. If you have one image called [email protected] it will create @2x and @1x versions automatically. You can however provide all the versions if yo

  • Even Better Responsive Image Support? · 11 years ago

    Perfect, thanks. I think I was getting confused thinking that grav was automatically creating the different copies of the images. I need to get back into grav and take a look, unfortunately the day jo

  • Even Better Responsive Image Support? · 11 years ago

    Hi @rwent, yeah the sizes option can be understood as a parameter to specify breakpoints. It generally tells the browser, which size should be used to select the image from the srcset. To have respons

  • Even Better Responsive Image Support? · 11 years ago

    Ok, so the sizes parameter specifies the browser breakpoints and the images are resized in multiples of the original? image.jpg = 100px [email protected] = 200px [email protected] = 300px etc? So if I added an

  • Even Better Responsive Image Support? · 11 years ago

    @rhukster Done! @rwent There is no need for 2 paramaters. The widh and sizes option are independent of each other. If you change the width, Grav automatically calculate the needed srcset for your (pre

  • Even Better Responsive Image Support? · 11 years ago

    Wouldn't this need 2 parameters for image size and screensize? I might be misunderstanding but it seems like just specifying an image width you would need to add the image width as the browser width p

  • Even Better Responsive Image Support? · 11 years ago

    @Sommerregen, going to submit a PR on this? Would love to add it in to Grav. Cheers!