How do you handle images?
Posted: Mon Oct 02, 2023 7:38 pm
Hi All:
I'm looking for suggestions and hopefully examples of how you work with images when you plan on showing two images together (desktop and mobile). Output is PDF (using CSS) and webhelp.
Previously, we done a relatively simple "single" image with defined image width (or defined width and height in some cases).
<image placement="break" keyref="mycalendar" width="700" id="image_b5p_345_mnb">
<alt>Super-awesome alt text.</alt>
</image>
Thank you for your thoughts!
I'm looking for suggestions and hopefully examples of how you work with images when you plan on showing two images together (desktop and mobile). Output is PDF (using CSS) and webhelp.
- Will it make it easier if I nest things in <fig>? (Can I nest two images in a <fig>?)
- Will it be cleaner if I put the two images in a single .png and just use that to show a side-by-side? (I assume that would give me problems with the alt text.)
- Is it better just to show one example and then the second example?
Previously, we done a relatively simple "single" image with defined image width (or defined width and height in some cases).
<image placement="break" keyref="mycalendar" width="700" id="image_b5p_345_mnb">
<alt>Super-awesome alt text.</alt>
</image>
Thank you for your thoughts!