Images over-scaling in print preview

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Fri May 31, 2013 1:36 pm
I am having a problem with the print function that is causing the small image I have in an article to be rendered huge when clicking on the print view icon. The image is in a table cell to create a coupon and everything else renders fine.

Articles affected can be found here:
http://www.alcamorestaurant.com/index.p ... Itemid=172

I've tried setting explicit size on image and on table, but image still renders over-sized.

Any and all help would be greatly appreciated.

Thanks in advance.

Keith
User avatar
Fresh Boarder

teitbite
Sat Jun 01, 2013 10:07 pm
Hi

Please try add this code to print.css

Code: Select all
article.item-page img {
    min-width: auto !important;
}
User avatar
Moderator

GK User
Sun Jun 02, 2013 3:49 am
Worked perfectly. Thank you very much.
User avatar
Fresh Boarder


cron