Thumbnail images do not display at correct size in HTML5

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
bennetty
Propeller Head
Posts: 32
Joined: Tue Aug 19, 2014 8:28 am

Thumbnail images do not display at correct size in HTML5

Post by bennetty »

Hi,
I have created an image class that has the Thumbnail Properties set to Popup with a max width of 150px.

I have an image which is 458px x 268px in size with the above style class assigned to it.

When I publish the file the image appears low resolution at 458x268 and when I click it fills the screen, so it knows it's a thumbnail.

What I'm trying to solve it why it is not displaying at 150px wide when published.

Any help would be much appreciated.

Thanks
Nicola.
You do not have the required permissions to view the files attached to this post.
CSharp
Jr. Propeller Head
Posts: 4
Joined: Thu Jul 31, 2014 6:54 am
Location: Northern Ireland
Contact:

Re: Thumbnail images do not display at correct size in HTML5

Post by CSharp »

I've been having the same problem, and I've narrowed the issue down to images which have been manually resized and have an attribute of style="width: xxx; height: xxx;" in the <img> tag.
Once I reset the image size to its natural width and height, they display as expected in the HTML5 output (i.e. as a thumbnail of the specified max width).
Catherine Sharp MISTC - Technical Author, AVEVA
bennetty
Propeller Head
Posts: 32
Joined: Tue Aug 19, 2014 8:28 am

Re: Thumbnail images do not display at correct size in HTML5

Post by bennetty »

Thanks CSharp that worked a treat :D
Post Reply