CSS Insert tags to include (resized) images in stylesheets
Insert tags for style sheets
This is currently just a draft - no code so far !!
Install:
--
Usage:
To use resized image as an asset
.class {
background: url({{image::imageUUID?width=100&height=100&mode=crop}}) #fff;
}
To embed resized image
.class {
background: url({{embed::imageUUID?width=100&height=100&mode=crop}}) #fff;
}
under heavy development (do not use)