Project

General

Profile

Actions

Bug #71164

closed

ImageManipulation Using in Page Resources Media Relation

Added by Janine Schendel over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
-
Start date:
2015-10-30
Due date:
% Done:

0%

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

Description

Hey Team,

while using Image Manipulation in Pages -> Resources as Media Relation, nothing changes to images in frontend.

In our case, we would like to have a fixed size of image, but the extract should be positioned by image manipluation.

TS looks like:

lib.headerimage = FILES
lib.headerimage {
    references {
        table = pages
        uid.data = tsfe:id
        #uid.data = leveluid: -1, slide
        fieldName = media
    }
    renderObj = COA
    renderObj.10 = IMAGE
    renderObj.10 {
        file.import.data = file:current:publicUrl
        file.width = 1920c
        file.height = 757c
        altText.data = file:current:title
        wrap = <div class="taller-img">|</div>
    }
}

Do we miss something in TS to get image manipulation working?


Files

imageManipulation.png (16.4 KB) imageManipulation.png TS Setup with file:current:crop Janine Schendel, 2015-10-30 16:12
imageManipulation_BE.png (21.7 KB) imageManipulation_BE.png Change Position in BE Page Janine Schendel, 2015-10-30 16:12
imageManipulation_FE.png (806 KB) imageManipulation_FE.png Look @ FE Image Janine Schendel, 2015-10-30 16:12
imageManipulation_BEchange.png (28.7 KB) imageManipulation_BEchange.png Change Position in BE again Janine Schendel, 2015-10-30 16:12
imageManipulation_FEchange.png (803 KB) imageManipulation_FEchange.png Look @ FE after second change Janine Schendel, 2015-10-30 16:12

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #82057: file:current:crop does not work anymore for page media resourcesClosedWolfgang Klinger2017-08-08

Actions
Actions

Also available in: Atom PDF