Jeavon
Jeavon
I have pushed up a fix for this and it seems to be working well in my testing so far. If you can test it's available as pre-release ` dotnet...
@damian-clarke-wearemci cool, I've been thinking about handling various combos of querystrings and attributes, I'm going to refactor the way it's working atm to favour using attributes, then querystrings instead. I'll...
@damian-clarke-wearemci ok I have refactored and it's looking good from my testing, it's available on myget if you want to give it a try `dotnet add package Our.Umbraco.Slimsy --version 5.1.2-alpha.542...
Fixed in v5.1.2 & v6.0.0-beta2
Hello @Eaglef90 Yes it can do that indeed. Taking that example, if you had a RTE property named RichTextBody, you would probably render it like this `@Model.RichTextBody` So to convert...
@Eaglef90 when using LazySizes.js with Slimsy you do not need to specify like this as it calculates the sizes based on computed space. You ensure your image is sized by...
It might help to have a look at the source on the demo page at https://slimsydemo.crumpled-dog.com/people/
Should also add parameters to the tag helper to pass these through for specific instances
Thinking about the tag helper and the many options we now have, for v5 we are going to introduce "Config Presets"
@lars-erik yes exactly, something like: ``` json "TagHelper": { "Presets": [ { "Alias": "SpecialImportant", "PictureSources": [ { "Extension": "webp", "Quality": 100, "LQIPQuality":20 }, { "Extension": "avif", "Quality": 100, "LQIPQuality":10 },...