You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How or what could I implement to stacey that could give me the opportunity to create responsive images using the srcset attribute? Are there any modules/plug-ins I could use or add to the core? I'm reading that stacey is using twig and digging into this topic I see that its possible to create twig macros. As this concept is a bit unknown to me it faces a question about the image sizes itself: they should be regenerated on the server in the post folder also, right? Talking about 001-image-400x400.jpg, 001-image-150x150.jpg etc.
So my question (rather than an issue) is that has anybody faced the case where they've implemented srcset (or
The text was updated successfully, but these errors were encountered:
I've not implemented image processing with Stacey, but I have used IMGIX on a Jekyll site hosted on GitHub Pages. In that set-up the client pays nothing on the hosting but there is a monthly fee on the image processing ($10 minimum each month I believe).
How or what could I implement to stacey that could give me the opportunity to create responsive images using the srcset attribute? Are there any modules/plug-ins I could use or add to the core? I'm reading that stacey is using twig and digging into this topic I see that its possible to create twig macros. As this concept is a bit unknown to me it faces a question about the image sizes itself: they should be regenerated on the server in the post folder also, right? Talking about 001-image-400x400.jpg, 001-image-150x150.jpg etc.
So my question (rather than an issue) is that has anybody faced the case where they've implemented srcset (or
The text was updated successfully, but these errors were encountered: