I need to do the same for the thumbnails in Umbraco 7.2.1 Backoffice.
For example: How can I add prefix "/remote.axd?" for the thumbnails urls in the Folder Browser in the Media section?
Because if displaying more than 5 full-sized images instead of thumbnails, the Folder Browser is very slow and freezes.
I am talking about the images here:
If using Azure storage for images, thumbnails are not generated and preview images are loaded in full size instead. This is a huge performance issue for me as the original images are large. So please, how can I prefix the thumbnails urls with "/remote.axd?" in Backoffice?
No, I have not found a good solution.
I was able to change the templates to include the prefix (/remote.axd?). But every time I update Umbraco I would have to redo it all over again. So I basically ignore the problem, sadly :(
How can I change thumbnails urls for Umbraco 7 Backoffice?
Hi,
I have setup Umbraco 7.2.1 to save Media items to Azure blob storage.
If using a external source (Azure) for images the image crop/re-size functionality does not work.
Do overcome that I have added ImageProcessor.Web.Config and set the ImageProccessor security.config file:
So if in the website I want to get a crop/re-size image I prefix the URL with "/remote.axd?"
For example:
I need to do the same for the thumbnails in Umbraco 7.2.1 Backoffice.
For example: How can I add prefix "/remote.axd?" for the thumbnails urls in the Folder Browser in the Media section?
Because if displaying more than 5 full-sized images instead of thumbnails, the Folder Browser is very slow and freezes.
I am talking about the images here:
If using Azure storage for images, thumbnails are not generated and preview images are loaded in full size instead. This is a huge performance issue for me as the original images are large. So please, how can I prefix the thumbnails urls with "/remote.axd?" in Backoffice?
Hey Kert, did you find a solution here?
Hi,
No, I have not found a good solution. I was able to change the templates to include the prefix (/remote.axd?). But every time I update Umbraco I would have to redo it all over again. So I basically ignore the problem, sadly :(
is working on a reply...