Project

General

Profile

Actions

Bug #50392

closed

Specifying size in ImageViewHelper does nothing

Added by Oliver Salzburg almost 11 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-07-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

I'm having a bit of trouble with cached image sizes (http://forge.typo3.org/issues/44105) and thought I could simply get around it by specifying a desired size in the ViewHelper. But the image is still rendered with the old, cached size.

Fluid:

<f:image src="EXT:user_website/Resources/Public/Images/logo.png" width="300" minWidth="300" height="70" minHeight="70" />

Result:

<img src="/typo3conf/ext/user_website/Resources/Public/Images/logo.png" width="114" height="114">

I would have expected the processed file object to inherit the desired size provided from the ViewHelper.


Related issues 7 (0 open7 closed)

Related to TYPO3 Core - Bug #44105: Image size does not get updatedClosed2012-12-19

Actions
Related to TYPO3 Core - Bug #45922: image replacement, width and height are kept even i change my imageClosed2013-02-28

Actions
Related to TYPO3 Core - Bug #52658: Overriding image does not change the dimensionsRejected2013-10-10

Actions
Related to TYPO3 Core - Bug #46446: sys_file doesn't get updatedClosed2013-03-20

Actions
Related to TYPO3 Core - Bug #62400: Lot of entries in sys_file_processed with name=NULL and identifier emptyRejectedAndreas Wolf2014-10-22

Actions
Related to TYPO3 Core - Bug #61181: FAL: file maxW and maxH are ignoredRejected2014-08-25

Actions
Related to TYPO3 Core - Task #64196: Make it possible to re index files from storage 0Rejected2015-01-08

Actions
Actions

Also available in: Atom PDF