I somehow cannot set an image to have both width and height to be 100%.
For some strange reason only the first parameter is set to 100% and the other one is set to some pixel size which is not correct (if the image ratio should stay the same). And from then on it will always take the image in the cache whenever I set one of the lengths to 100%.
Here my code:
<@ img { file: 'image.jpg', width: '100%', height: '100%' } @>
And I get this:
<img src="/cache/images/cached_01087f5996cef6db2a2654c73f285f6d.jpg" width="100%" height="98.217550274223">