Hi there,

the printer friendly page "prints" the original images of my content, instead of the imagecache ones.

Any solutions to this issue?

Greetings,

towlie

Comments

maximer’s picture

Hi,

did you find any solutions for that? I have the same problem.

Maxime

vincetingey’s picture

I am experiencing the same problem.

A work around is to use CSS to scale your images. Take my news post css here as an example:

.imagefield-field_news_image {	
	max-width:300px;	
	height: auto;
}
anybody’s picture

Have you changed the output format?

http://www.{URL}.de/admin/content/node-type/{type}/display/print

Here you have to select the correct format. This may not be a bug.

jcnventura’s picture

Status: Active » Fixed

Thanks Anybody. That is probably the correct "fix" for their problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.