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!
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="...
Hi All! I'm implementing a maintenance page using a sling filter to intercept the request and redirect if the maintenance page is active. All is working correctly in the author and publish instances but when I access through dispatcher I receive a blank page. Checking dispatcher access logs, i just ...