Could we help you? Please click the banners. We are young and desperately need the money
The Nivo Slider Joomla Plugin adds the width="" and height="" elements to the img tags which results in errors when validating with the W3C Validator.
Edit the file
/modules/mod_vt_nivo_slider/helper.php
and change this line (currently Line #190):
$tmp = "<img src=\"$path\" alt=\"Vinaora Nivo Slider\" title=\"$captionid\" data-thumb=\"$data_thumb\" width=\"$slide_width\" height=\"$slide_height\"/>";
to this:
$tmp = "<img src=\"$path\" alt=\"Vinaora Nivo Slider\" title=\"$captionid\" data-thumb=\"$data_thumb\" />";
Done!