I am guessing the two images are not the same size. iBooks defaults to displaying an image at full size (up to the size of the screen), unless you constrain it in the surrounding <div> by setting the height and width and then tell the <img> to display at 100%. The user can double tap the image and it will zoom out to display full size. I am guessing this may be your issue.
|