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
I using Umbraco version 7.1.1, size image don't change if cache macro page.
Hi tronau and welcome to our :)
Could you show a screendump of your cache settings?
Cheers, Jan
Hi Jan Skovqaard. thanks for help
when setting cache macro, have properties timestamp link image, ImageGen don't load image
img src="/ImageGen.ashx?image=/media/1012/medium-af6671ec5dcf4263b1f59e0c6f09eb62-650.jpg&width=100?timestamp=1398874662028
if remove timestamp, ImageGen is ok.
setting cache macro
Hi, Troinau,
Looks like a simple problem... you have two ? characters on the querystring, which will cause problems. You'll want to use & for all but the very first parameter. Something like:
img src="/ImageGen.ashx?image=/media/1012/medium-af6671ec5dcf4263b1f59e0c6f09eb62-650.jpg&width=100×tamp=1398874662028
cheers, doug.
Hi Douglas Robar
it's ok. Thanks for help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
ImageGen error when cache macro page
I using Umbraco version 7.1.1, size image don't change if cache macro page.
Hi tronau and welcome to our :)
Could you show a screendump of your cache settings?
Cheers, Jan
Hi Jan Skovqaard. thanks for help
when setting cache macro, have properties timestamp link image, ImageGen don't load image
img src="/ImageGen.ashx?image=/media/1012/medium-af6671ec5dcf4263b1f59e0c6f09eb62-650.jpg&width=100?timestamp=1398874662028
if remove timestamp, ImageGen is ok.
setting cache macro
Hi, Troinau,
Looks like a simple problem... you have two ? characters on the querystring, which will cause problems. You'll want to use & for all but the very first parameter. Something like:
img src="/ImageGen.ashx?image=/media/1012/medium-af6671ec5dcf4263b1f59e0c6f09eb62-650.jpg&width=100×tamp=1398874662028
cheers,
doug.
Hi Douglas Robar
it's ok. Thanks for help.
is working on a reply...