[img class="myclass" [Motovun Jack.jpg]]
<style>
.myclass {width:100%;}
</style>Ok, I tried it, here's a printscreen of what I get. On the left, the image is to 100% of the Tiddler, but on the right, this is the image at 100% I manually opened in an image viewer.

\define image(source)
<a href="images/$source$" title="Click for a bigger version (opens in a separate tab)" target="_blank">
<img src="images/$source$"/>
</a>
\end<<image "image.ext">>