Project

General

Profile

Actions

Bug #92898

closed

F:image ignores width with inline

Added by Hans-Georg Althoff over 3 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2020-11-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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!

Actions #1

Updated by Hans-Georg Althoff over 3 years ago

I am using 9.5.23 server2019 IIS php 7.4

Actions #2

Updated by Simon Schaufelberger about 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.

Actions #3

Updated by Riccardo De Contardi almost 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

Actions

Also available in: Atom PDF