I am making a pdf report from studio to print labels. On those labels i want to display a small image.
I start out by adding a product 'Image 128' to my report. (widget : image) and set the width to 40px.
if i have a look at the xml this get added :
But i want to restrict the height too, so i thought lets just add max-height there:
But that does not seem to make any difference.
I would actually need access to the style of the IMG tag that gets generated inside the span by the widget.
Any idea ?