PDF size image

Hello. Please help me to understand.
When you insert a PDF image, it appears small size ( 50x50 pixels). How to resize image.
Thank you.

Found it!
In the file ///modules/AOS_PDF_Templates/templateParser.php line 74 set the desired size.

if ($name === β€˜aos_products_product_image’){
$value = β€˜<img src="’.$value.’"width=β€œ150” height=β€œ100”/>’;
}

1 Like

That’s cool , thank guy!