Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Desktop and mobile images have same name and resourcetype in sightly

Avatar

Level 4

Hi Everyone,

Requirement is to have 1 single image for desktop and mobile version.Right now the HTML is as below .

Two assets have the same name and resourcetype in sightly as below

<div data-sly-resource="${ @path='image', resourceType='xxxxx/components/content/image'}" ></div>

<div data-sly-resource="${ @path='image', resourceType='xxxxx/components/content/image'}" ></div>

In touch UI Mode, I will be able to edit the last one since we have both two node names to be same. I am unable to edit the first image.

In classic UI mode, I am able to edit both the assets .

I need to understand this behaviour. Any help would be appreciated.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

HI,

If you need single image, just go with one item, why are you adding twice?

<div data-sly-resource="${ @path='image', resourceType='xxxxx/components/content/image'}" ></div>



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

HI,

If you need single image, just go with one item, why are you adding twice?

<div data-sly-resource="${ @path='image', resourceType='xxxxx/components/content/image'}" ></div>



Arun Patidar