Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible to deifine how url parameters for resized images in RTM are outputted?
Issue: Currently the url generated looks like this: domain/image.jpg?width=500px&height=500px
Both image resizer and image processor support width and height parameters but not with the "px".
Working solution: domain/image.jpg?width=500&height=500
Any help is much appreciate!
Hi Torleif,
This is bug which has been fixed in Umbraco v7.3.0+
See here for more info, you might be able to patch your current JS files if you don't wan't to update to v7.3 immediately by checking the changes in the fix commit.
Jeavon
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Issue when resizing images in RTM
Is it possible to deifine how url parameters for resized images in RTM are outputted?
Issue: Currently the url generated looks like this: domain/image.jpg?width=500px&height=500px
Both image resizer and image processor support width and height parameters but not with the "px".
Working solution: domain/image.jpg?width=500&height=500
Any help is much appreciate!
Hi Torleif,
This is bug which has been fixed in Umbraco v7.3.0+
See here for more info, you might be able to patch your current JS files if you don't wan't to update to v7.3 immediately by checking the changes in the fix commit.
Jeavon
is working on a reply...