Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm trying to use Slimsy to render optimized images for grid background images. As far as I can tell, in the grid view we only have access to the URL with a setting like this:
{ "label": "Background image", "description": "Set a background", "key": "background-image", "view": "imagepicker", "modifier": "url({0})" },
How can we get the media id or media item so I can make a like:
Url.GetSrcSetUrls(publishedContent, int width, int height, int quality)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to access Media item id in grid layout
Hi,
I'm trying to use Slimsy to render optimized images for grid background images. As far as I can tell, in the grid view we only have access to the URL with a setting like this:
How can we get the media id or media item so I can make a like:
is working on a reply...