Project

General

Profile

Actions

Bug #54772

closed

Image width and height has no effect

Added by König David over 10 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2014-01-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In the Fluid 6.2.0 ImageViewHelper width and height have no effect:

<f:image src="{image.uid}" alt="" maxWidth="150" maxHeight="150" width="150" height="150" treatIdAsReference="1" />
<f:image src="path/to/an/image800x800.jpg" alt="" maxWidth="150" maxHeight="150" width="150" height="150" />

both generate this Output:

<img src="path/to/an/image800x800.jpg" width="800" height="800" alt="">

This Bug occurs since version 6.2 beta2 (not in beta1)


Files

Screenshot-1.png (910 KB) Screenshot-1.png Screenshot-1 Philipp Müller, 2015-06-17 09:05

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #71576: Image Processing brokenClosedMorton Jonuschat2015-11-14

Actions
Actions

Also available in: Atom PDF