Different Image sizes across browsers

by mmarc
1 replies
Hi guys,

How do I set the image size to be the same across all browsers? On Chrome it shows so tiny while on Firefox it shows the right size. I've attached an image to show how it looks on both browsers.

Any advice to sort this out. Never happened to me before.

Big thanks,
M
#browsers #image #sizes
  • Profile picture of the author ravenx
    Watch out that you don't use 100% for the height or width. In some broswers it would not show up. Instead. Just give oine dimension a value and leave the other dimension blank. E.g height=60 and nothing for width rather than height=60 and width=100% in the html code for img src. I have ran into this issue myself in the past and that's the fix.
    {{ DiscussionBoard.errors[7127538].message }}

Trending Topics