solution-loisir
solution-loisir
Really nice article (and very nice web site by the way)! You just inspire me to refactor my custom and hacky solution to use **Eleventy-img** instead. I reused some of...
I think it would be possible to write a markdown-it plugin similar to [this one](https://github.com/tatsy/markdown-it-responsive) (very old), but which would use the 11ty image plugin for processing images. It could...
Hi @muratcorlu and @AleksandrHovhannisyan, I wrote a markdown-it plugin which uses the synchronous version of the eleventy-img plugin. This my first markdown-it plugin so it's probably not perfect. It serves...
> I bet you could take this idea further and have the plugin take a custom image rendering function as an option. That's a very good idea, and still provide...
Hey, just to let you know [markdown-it-eleventy-img](https://github.com/solution-loisir/markdown-it-eleventy-img) is now live! @AleksandrHovhannisyan, I did consider your idea of providing a callback function to the user, but decided to go a different...
> and it would also give users more control over how they want to render their images. Fair point. I think it could be implemented side by side for a...
First of all, thanks for such a detailed and overall high quality write up. I've been experimenting lately with fluid types and fluid design in general. Funny enough, the following...
Thanks for the quick reply! As I read, I realized that my knowledge on `em` and `rem` was incomplete and went on a reading to clarify things up. It made...
> I have not been able to access the iframe in the first place when serving my application to the parent application. I'm not sure I am even able to...
Hi @wommy, `petite-vue` is designed to progressively enhance sections of a page which becomes interactive with client side JavaScript. The `eleventy-plugin-vue` uses Vue's single file components to render on the...