Device displaying resizing Images Problem

I think, he means “HiRes” images are not responsive - which is the simple truth.

I mentioned this before in some other lists, but checking the HiRes tick is turning the image-Tag’s width from dynamic to static.

I haven’t understood this so far, so bear with me if I’m wrong:

Assumed the available space of an image is 550px and you create a 1100px image-file - it’ll fit into the container anyway (as long as you do inline constructions) and is hereby (Pass-Through) even in the output 1100px. So it’s automatically HiRes.

In an “absolute-positioned” world it might be slightly different (I can’t judge honestly). But if it is as I suppose, getting a “HiRes checked” image being responsive requires:

  1. Select the image
  2. Chose item → extended dialogue box and add in the

#### dialogue box

the following name/value pairs

width: 100% /* width = name; 100% = value */
max-width: 100% /* IE fixing */
height: auto !important /* not sure if important is required*/ 

Perhaps there is an action for this.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at: