-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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... |
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 |
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. |
Super. Vielen Dank. Ich freue mich schon drauf. |
Nur für dieses Feature kannst du das requirement aber auf Contao 3.4+ setzen, denn ab da gibt es dieses Feature. |
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() |
It would be great to have as soon as possible. |
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
The text was updated successfully, but these errors were encountered: