I have a simple Writer document with an image as a banner. I commonly export the file to both PDF, and HTML, for easy viewing online.
When the document is exported to HTML, the size of the banner is fixed in the outputted HTML. I’ve tried to set the size of the image to be relative instead of fixed, but it still comes out with a set size in the HTML, instead of something responsive.
Is there a way to set the size of the image, in the output, to be max-width:100% ?