Using ImageResier.Net with Umbraco - Almost there...
I'm completely new to Umbarco, but I really like what I've seen so far. I purchased ImageResizer.Net some time back, and I want to use it with Umbraco. Installation was easy enough, and I've confirmed that it's working by constructing a url that represents a scald and cropped image.
However, when I drop the url into the content, in the src attribute of an image tab, it is dropped when I save the page content. For example:
Using ImageResier.Net with Umbraco - Almost there...
I'm completely new to Umbarco, but I really like what I've seen so far. I purchased ImageResizer.Net some time back, and I want to use it with Umbraco. Installation was easy enough, and I've confirmed that it's working by constructing a url that represents a scald and cropped image.
However, when I drop the url into the content, in the src attribute of an image tab, it is dropped when I save the page content. For example:
<img src="media/101/Cake5.jpg?width=200&height=100&crop=auto" alt="Cake6" />
is just fine when I edit the html and click "update" (I can see the resized image in the WYSIWYG editor), but it becomes
<img src="/media/101/Cake5.jpg" alt="Cake6" rel="664,943" />
after saving!?
What am I doing wrong?
Thanks
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.