You can specify image width/height in your CSS. https://developers.google.com/speed/docs/best-practices/rendering#SpecifyImageDimensions
The css would look like...
.printfriendly img{
width:##px;
height:##px;
}
You can specify image width/height in your CSS. https://developers.google.com/speed/docs/best-practices/rendering#SpecifyImageDimensions
The css would look like...
.printfriendly img{
width:##px;
height:##px;
}