Project

General

Profile

Actions

Bug #77577

closed

Source collection images don't get resized if file = GIFBUILDER

Added by Marco Huber over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-08-22
Due date:
% Done:

100%

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

Description

If you use a GIFBUILDER object as file resource in an IMAGE object, the images in the source collection don't get resized.

10 = IMAGE
10 {
  file = GIFBUILDER
  file {
    XY = 400,350
    ...
  }
  sourceCollection {
    small.width = 320
    small.mediaQuery = (min-width: 260px)

    medium.width = 400
    medium.mediaQuery = (min-width: 360px)
  }
}
Actions

Also available in: Atom PDF