Prevent auto-generation of sized images

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
itauthor
Propeller Head
Posts: 32
Joined: Wed Jul 23, 2008 7:51 am
Location: Oxford, UK
Contact:

Prevent auto-generation of sized images

Post by itauthor »

I have this in my HTML:

Code: Select all

<img style="max-width:80rem" src="../Resources/images/myimage.png" />
When I generate output (HTML5 help) I get this in the output HTML:

Code: Select all

<img style="width: 640;height: 532;" src="../Resources/images/myimage_640x532.png">
My target does not have "Generate resized copies of scaled images" selected and yet it seems that this is exactly what Flare is doing.

How do I get Flare to leave my HTML alone so that the output contains the img element exactly like I specified it in Flare?
Post Reply