Copy link to clipboard
Copied
Hello,
bevor I update my FrameMaker, FM generates image-tags with the correct max-width in Resonsive HTML5 output files (standard configuration):
<img alt="safety_text-info00004.gif" style=" width:100%; margin-bottom:-20.016pt; max-width:71.135pt;" id="image17" src="safety_text-info00004.gif" />
After the update the max-width is always 100% of the image width or nothing:
Resonsive HTML5 output files (standard configuration / option change image width to relative width):
<img alt="safety_text-info00004.gif" style=" margin-bottom:-19.266pt; width:100%; max-width:400px;" id="image17" src="safety_text-info00004.gif" />
=> max-width: 400px is the width of the image
Resonsive HTML5 output files (standard configuration / option do not change image width to relative width):
<img alt="safety_text-info00004.gif" style="margin-bottom : -19.266pt; " id="image17" src="safety_text-info00004.gif" />
Is there a bug in the Update or there are additional settings?
Regards
Oliver
Nachricht geändert durch Oliver Kempf
Have something to add?