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
For example, the same content with images can be included in the main area of the content's individual page, in a thinner column in another page, etc.
Presets could be specialized with a context:
preset-name for default behaviour of the image
preset-name:context-name for specific behaviour of the same image in a specific context
preset-name is attached to the image as usual, but context-name is an additional parameter of the computing function.
With the Eleventy plugin, images-responsiver could be exposed as an Eleventy filter, so that developers can pass the context as additional parameter in different templates.
The text was updated successfully, but these errors were encountered:
For example, the same content with images can be included in the main area of the content's individual page, in a thinner column in another page, etc.
Presets could be specialized with a context:
preset-name
for default behaviour of the imagepreset-name:context-name
for specific behaviour of the same image in a specific contextpreset-name
is attached to the image as usual, butcontext-name
is an additional parameter of the computing function.With the Eleventy plugin,
images-responsiver
could be exposed as an Eleventy filter, so that developers can pass thecontext
as additional parameter in different templates.The text was updated successfully, but these errors were encountered: