Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive Bilder bzw. Einstellungen auswählbar machen #20

Open
jankout opened this issue May 21, 2015 · 7 comments
Open

Responsive Bilder bzw. Einstellungen auswählbar machen #20

jankout opened this issue May 21, 2015 · 7 comments

Comments

@jankout
Copy link

jankout commented May 21, 2015

Lieber Dirc,

könntest du bitte die zentralen Bildmaßeinstellungen in deiner Erweiterung auswählbar machen? Das wäre super. Danke.

Liebe Grüße,
Jan

@dklemmt
Copy link
Owner

dklemmt commented May 25, 2015

Hey Jan,

was meinst du genau? Verstehe das nicht ganz. Sofern du das %/px meinst dann ist das so entwickelt damit es mit dem Slider-Script kompatibel ist.

Viele Grüße...

@jankout
Copy link
Author

jankout commented May 25, 2015

Hallo Dirc,

wenn du die Bildgröße z.B. bei der Galerie einstellen möchtest, werden dort im Auswahlmenü keine eigene Bildeinstellungen gezeigt, die man zentral unter Layout erstellt hat. Ist es verständlich? :-)

Liebe Grüße. Jan

@dklemmt
Copy link
Owner

dklemmt commented May 25, 2015

ah jetzt verstehe ich. Du meinst die Unterstützung für das picture-Element. Das ist geplant, aber bisher keine Zeit gehabt. Wird dann auch nur für 3.5+ kommen, da ich sonst zu viele Weichen einbauen müßte.

@jankout
Copy link
Author

jankout commented May 29, 2015

Super. Vielen Dank. Ich freue mich schon drauf.

@fritzmg
Copy link
Collaborator

fritzmg commented Mar 3, 2016

Wird dann auch nur für 3.5+ kommen, da ich sonst zu viele Weichen einbauen müßte.

Nur für dieses Feature kannst du das requirement aber auf Contao 3.4+ setzen, denn ab da gibt es dieses Feature.

@fritzmg
Copy link
Collaborator

fritzmg commented Mar 3, 2016

I don't think you need to change much. Since you already use

\Controller::addImageToTemplate(…)

you only need to exchange all instances of

<img src="<?php echo …; ?>"<?php echo …; ?> alt="<?php echo …; ?>">

with

<?php $this->insert('picture_default', …->picture); ?>

and change all instances of

'options' => $GLOBALS['TL_CROP']

in your DCAs to

'options' => \System::getImageSizes()

@jankout
Copy link
Author

jankout commented Mar 5, 2016

It would be great to have as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants