Results 73 comments of Robert Buchberger

At first I didn't see the point of doing this-- SVGs are vector images, so they never need to be resized. That said, apparently there's nothing wrong with putting an...

It appears that Imagemagick does understand SVGs and can create PNGs from them, so that part can be done. Optimizing SVGs would require another dependency, and I'm not sure that...

According to the readme, that script requires the user to have inkscape installed; I really don't want to add that dependency to this project. I think you'd be better off...

Hey, sorry for the really long delay on answering this. We've talked about doing CSS background image before, but I put it off because there's so much variation in possible...

Not negative at all! Use the best tool for the job; I've built a few nuxt/vue sites, and I'd be the first one to tell you that JPT is awesome...

Hi @grauschnabel - thanks for the interest! There are basically 2 questions that I can't come up with good answers for: - How would configuration work? - What would the...

We aren't shipping any javascript now, and I ain't about to start. So yeah I agree CSS only is better :) You can use liquid tags inside CSS files, or...

Thanks for the feedback! I'm not sure about the `vp` units you're using - I can't find any reference to them. Do you know something I don't? Maybe you're looking...

Not a problem, let me know if it works out. Responsive images have a lot of pitfalls to get right - I've made it as easy as I can but...

Sorry for the delayed answer! This is really doable, and seems useful. I'll look into it. Thanks for the feedback!