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
This one works:
http://radarlive.dk/media/4495/kentaur-low-res.jpg?mode=crop¢er=0.45333333333333331,0.49777777777777777&width=1200&height=670
This one doesn't
http://radarlive.dk/media/4495/kentaur-low-res.jpg?mode=crop¢er=0.45333333333333331,0.49777777777777776&width=1200&height=670
Any ideas ? The difference is the last decimal in the center parameter.
Hi Sebastian, It's probably a parsing error. Have you attempted any debugging?
Really Umbraco shouldn't be creating urls like that. The accepted parameter is a float not a decimal.
Hi James
If you, like a few of us oldtimers, still use XSLT you have to construct the SRC yourself, then this can happen. :)
But if you say that the parameter is a float, it's pretty simple for us to correct. We'll just constrain the number to 7 digits then. (32-bit).
Thanks for the clarification.
Hehehe... No worries :)
Let me know how you get on and if there are still issues we'll see where we can go fro there.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Specific decimals makes ImageProcessor do nothing.
This one works:
This one doesn't
Any ideas ? The difference is the last decimal in the center parameter.
Hi Sebastian, It's probably a parsing error. Have you attempted any debugging?
Really Umbraco shouldn't be creating urls like that. The accepted parameter is a float not a decimal.
Hi James
If you, like a few of us oldtimers, still use XSLT you have to construct the SRC yourself, then this can happen. :)
But if you say that the parameter is a float, it's pretty simple for us to correct. We'll just constrain the number to 7 digits then. (32-bit).
Thanks for the clarification.
Hehehe... No worries :)
Let me know how you get on and if there are still issues we'll see where we can go fro there.
is working on a reply...