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

Also available in: Atom PDF