I am trying to get an image to stretch to 98% of the screen, up to the max width of the image.
Code: Select all
.logobox img
{
max-width:98%;
}I can't set the height of the image in pixels, so how do I stop it giving a 'squashed' look?
Moderator: General Moderators
Code: Select all
.logobox img
{
max-width:98%;
}