Bug #92898
closedF:image ignores width with inline
0%
Description
I try to combine<f:image src='file' width="200" alt="preview" />
with<hga:imgtxt file="{Setup.file}" />
<f:image width="200" height="200" src="{hga:imgtxt(file:'{Setup.file}')}" alt="preview" />
The image has not the right dimension.
<img alt="preview" src="/fileadmin/test.gif" width="1000" height="1000" />
I tried the same code without width and the result was the same as above (1000 instead of 200). So I guess the width is for some reson ignored!
Updated by Hans-Georg Althoff about 4 years ago
I am using 9.5.23 server2019 IIS php 7.4
Updated by Simon Schaufelberger over 2 years ago
- Status changed from New to Needs Feedback
Could it be that the image processing is disabled? I don't think this is a bug.
Updated by Riccardo De Contardi about 2 years ago
- Status changed from Needs Feedback to Closed
No feedback since long time => closing this issue.
If you think that this is the wrong decision or experience the issue again and have more information about how to reproduce your problem, please reopen it or open a new issue with a reference to this one.
Thank you and best regards