Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Image src not rendering original size

Avatar

Level 1

Hi all,

 

I'm using the image core component without renditions default behaviour and I'm using a js lib. The think is that I'm using a data-src attr that uses the image.src property. But this image is rendered with a smaller size (1280x568px) than the original (4320x1920px). The path is: data-src="/content/project/es/index/_jcr_content/root/container/container/carouselhero/item_1649317947070/imageDesktop.coreimg.png/1665385796673/hero-01.png"

Do you know why this is happening? I need that the image has more resolution

 

Thanks!

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Level 1

Exactly, It was the default resize width. It was configured in 1280px. I added a osgiConfig in my project  applying to my image component resourceType with defaultresizewidth to 1920px.

 

Thank you very much!