Gtmetrix tells me to Specify image dimensions - Joomla! Forum - community, help and support
hi, puzzled, using gtmetrix improve website http://www.in2town.co.uk , report here, http://gtmetrix.com/reports/www.in2town.co.uk/4wy0ax1w
it tells me specify image dimensions have done this. use photoshop , make sure images 300 218 , shows in source code these set , when put picture in website put size in photo editor, why still telling me specify image dimension.
any great
it tells me specify image dimensions have done this. use photoshop , make sure images 300 218 , shows in source code these set , when put picture in website put size in photo editor, why still telling me specify image dimension.
any great
since using html 4 strict need ensure height , width set correctly.
that means people seeing same size file, not resized in form. furthermore ensure have set height , width in source.
for example should this
that means people seeing same size file, not resized in form. furthermore ensure have set height , width in source.
for example should this
code: select all
<img src="yourfile.jpg" weight="200px" height="200px" alt="your file" />
Comments
Post a Comment