Actions
Bug #80164
closedFSC Image Template: Gallery Setting "Position and Alignment" not handled
Status:
Closed
Priority:
Should have
Assignee:
Category:
Fluid Styled Content
Target version:
Start date:
2017-03-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
FSC template of the new Images CE is missing some CSS classes to handle the gallery setting "Position and Alignment".
I propose to simply wrap <f:render partial="Media/Gallery" arguments="{_all}" />
with a div with the relevant classes like from the textpic CE: "class="ce-{gallery.position.horizontal} ce-{gallery.position.vertical}"
.
Actions