sigh.... okay.
you must make the dimensions of the ACTUAL image file a power of 2, i.e. 128, 256, 512 etc.
the picture in your BRIEFING can be ANY size.
so, for example, if your image is 128px * 512px, you can make its size 2000 * 37 in the briefing, by using
<img src="pic.jpg" width="2000" height="37">