hello,
I wanted to change the size of the product page.
Here my settings:
config->files-> width: 130 height 113
.hikashop_product_main_image_thumb img{
width: auto!Important;
height: 153px!Important;
}
.hikashop_product_image img {
width: auto!Important;
height: 110px!Important;
}
I've tried to give the images a height and an automatic width, so that there is no blurr anymore.
I thought that when I change in config.->files: width: , height: 113 it would give it a no-blurry image.
This works, the image is shown clear, but there is a big warning:
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /homepages/44/d209303546/htdocs/mysite/Joomla/administrator/components/com_hikashop/helpers/image.php on line 281
Warning: imageantialias(): supplied argument is not a valid Image resource in /homepages/44/d209303546/htdocs/mysite/Joomla/administrator/components/com_hikashop/helpers/image.php on line 297
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /homepages/44/d209303546/htdocs/mysite/Joomla/administrator/components/com_hikashop/helpers/image.php on line 300
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /homepages/44/d209303546/htdocs/mysite/Joomla/administrator/components/com_hikashop/helpers/image.php on line 281
Warning: imageantialias(): supplied argument is not a valid Image resource in /homepages/44/d209303546/htdocs/mysite/Joomla/administrator/components/com_hikashop/helpers/image.php on line 297
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /homepages/44/d209303546/htdocs/mysite/Joomla/administrator/components/com_hikashop/helpers/image.php on line 300
How can I get a clear image with no blurr?
Regards,
Storm =)