Quote:
Originally Posted by macroforum
Hi, i have one problem: the thumb in slider is not resized....i have attached screenshot
Solution please?
Thanks
Antonio
|
try replacing this line
Code:
$centerhtml .="<img src='".$imagepath."' alt=''/>";
to this
Code:
$centerhtml .="<img src='".$imagepath."' height='308px' align='left' width='400px' alt='' />";
you might have to change the width and height values to your own.