I'm encountering a perplexing problem related to image resizing in my Umbraco 10 project. Occasionally, certain images are being resized incorrectly, resulting in unexpected rendering. The project employs the ImageSharp library for image manipulation. I have noticed that when I reload the page ignoring the cached content, the images are rendered correctly but turn blurry right after simple page reload.
Actual result:
Expected result:
I am eager to learn if others have come across similar issues or possess insights into potential resolutions. If anyone can offer advice, code snippets, or suggestions on troubleshooting image resizing discrepancies within Umbraco 10, I would greatly appreciate your guidance.
I can't say that I have seen these issues. But I know that Umbraco 11+ has a newer major version of ImageSharp. Maybe you could update to Umbraco 12, there are very few breaking changes from 9 to 12.
Issue with Incorrect Image Resizing in Umbraco 10
I'm encountering a perplexing problem related to image resizing in my Umbraco 10 project. Occasionally, certain images are being resized incorrectly, resulting in unexpected rendering. The project employs the ImageSharp library for image manipulation. I have noticed that when I reload the page ignoring the cached content, the images are rendered correctly but turn blurry right after simple page reload.
Actual result: Expected result:
I am eager to learn if others have come across similar issues or possess insights into potential resolutions. If anyone can offer advice, code snippets, or suggestions on troubleshooting image resizing discrepancies within Umbraco 10, I would greatly appreciate your guidance.
Thank you in advance for your help!!
I can't say that I have seen these issues. But I know that Umbraco 11+ has a newer major version of ImageSharp. Maybe you could update to Umbraco 12, there are very few breaking changes from 9 to 12.
Found the root cause, it was response cache...
Hi @umbracoraco, I am facing the same issue. Can you please tell me how can I resolve the issue?
Thanks and Regards
Farooq
is working on a reply...