Quote:
Originally Posted by odedta
add css rule to the images: display:block
also test width:100%, don't use height rule at all
if it's svg images try to play with the preserveAspectRatio attribute
|
Um.. no... Use height: 100%. Don't use width.
If it is SVG, you need to make sure the dimensions match the resolution of the the image. Also, just delete the preserveAspectRatio attribute because it defaults to correct aspect ratio so you don't actually need to specify as such.