When analyzing a website with the ARI Image Slideshow enabled, the site is penalized due to the width and height properties not being set in the HTML code.
Code: |
The following image(s) are missing width and/or height attributes.
Only 2 of multiple images:
http://wiregrasscourier.com/images/modules/header/slideshow/atlanta.jpg (Dimensions: 290 x 114)
http://wiregrasscourier.com/images/modules/header/slideshow/atlanta2.jpg (Dimensions: 290 x 114)
|
I have set the width to 290px and the height to 114px as well as added the CSS Styles "width:290px;height:114px;". This didn't help.
Is there anyway you can update this module to actually set the HTML code for "width='290' height='114'" (depending on the values entered into the module settings) so PageSpeed recognizes the width and height?
Thanks.