Is there a way to specify the maximum width of images in a docbook xsl conversion?
we have a problem with screenshots that need to be large to fit on the page, and therefore would like to set the maximum width on the output images.
specifying the image width in Docbook XML files seems to be in poor shape (the Docbook file should be about the content, not the presentation), a lot of manual work and likely inconsistent sizes
so is there a convenient way to do this?
image.default.width is not useful because it reduces the size of the images, not the page width.
source
share