23.9.2 Adjusting image size for selected graphics
Mif2Go calculates pixel height and width based on the FrameMaker dimensions of each image, at 96 DPI, which is the Windows standard. If necessary you can adjust the size of an image to do any of the following:
Specify width and height separately.
To override both width and height of selected graphics, preserving the aspect ratio of each image; for example, to 75% of the original size:
; Graphic ID = percent of original size to scale (both dimensions)
This setting affects HTML attributes directly, whether or not you use FrameMaker export filters to generate the graphics.
To suppress scaling for selected graphics:
Setting the percent to zero suppresses scaling because Mif2Go does not write width and height attributes that have zero values.
Specify width and height separately
To override width and height separately for selected graphics, whether or not you use [GraphScale]:
; Graphic ID = number of pixels wide, 0 to omit width attribute
; Graphic ID = number of pixels high, 0 to omit height attribute
However, be aware of the following issue with hard-coding the sizes of the graphics you reference in HTML files: localized graphics sometimes have a different size, and hard-coded sizes cause distortion.
> 23 Including graphics in HTML > 23.9 Scaling images for HTML > 23.9.2 Adjusting image size for selected graphics