eleventy-plugin-images-responsiver

Global solution for responsive images in Eleventy, allowing authors to use Markdown syntax for image and yet get responsive images in generated HTML.

Usage no npm install needed!

<script type="module">
  import eleventyPluginImagesResponsiver from 'https://cdn.skypack.dev/eleventy-plugin-images-responsiver';
</script>

README

eleventy-plugin-images-responsiver

GitHub stars

eleventy-plugin-images-responsiver is a simple solution for most responsive images needs with Eleventy. Responsive Images are difficult to implement, but they're required to provide a good performance to Web users.

This Eleventy plugin allows authors to use the standard Markdown syntax for images (![alt text](image.jpg "title text")) and yet get responsive images in the generated HTML, with srcset and sizes attributes.

Learn more in the detailed documentation.

Installation

To install and use the plugin, install it as a dev dependency in your Eleventy project:

npm install eleventy-plugin-images-responsiver --save-dev

Usage

Instead of jumping directly into the list of features and configuration options, let us take your hand and guide you through a step by step tutorial with actual examples.

Let's start here!

If you already know how to use the plugin and want to go directly to a section of the tutorial, here are direct links:

Authors

See also the list of contributors who participated in this project.

Alternatives

To deal with responsive images in Eleventy, there are multiple other plugins:

License

This project is licensed under the MIT License.