Reputation: 1
It may be so new its not ready yet but for the life of me even with the default Blog app installed the images do not read the JSON recipe default file for which CSS is loaded BS4, BS5, etc. It only loads largest image file.
I think i read somewhere that it may be a work in progress but uncertain if it should be working in v.14.
This is the simple part of the code rendering it and tried even a custom recipe and it won't work.
@Kit.Image.Picture(link.Field("Image"), settings: imgSettings, imgAlt: altText, factor: "6/12" )
Upvotes: 0
Views: 82
Reputation: 5638
I believe the custom recipe is part of the problem.
Basically it's correct that some features are Patrons only, but that is only for CSS-Framework specific resizes and for automatic WebP. Multiple sizes should work by default all the time - if the root recipe is correct.
I suggest you try a new DNN install with the latest 2sxc and the default Content-App. You should see that it creates multiple sizes automatically.
From there, figure out what broke in your setup.
Good luck!
Upvotes: 0