nice thing – but for me who has a lot of customized lightboxes ( espacially custom markup ) it would be nice to have analog to : noLightbox class something that can hamper for some images the usage of the srcset option – is that possible?
to complex for me now.
so leider noch nicht
aber auch ohne eigenes markup
Hi,
Bei 2. Problem hab ich einen bug in PHP < 8.0 gefunden im file enfold\framework\php\class-responsive-images.php function html_attr_image_src().
Hab ich auf Deinem Testserver korrigiert:
$key .= '';
und
case '0':
Jetzt werden alle Bilder gross angezeigt (siehe …/lightbox ).
In PHP 8.0 funktioniert meine ursprüngliche Lösung. Interessant, da die älteren PHP versionen datentyp toleranter sind.
Das 1. Problem – hat sich da etwas verbessert ?
Best regards,
Günter
Danke Dir, dann geht aber auch mein Script – ohne Probleme
Hi,
Super.
Ja, diese Änderung geht jetzt auf allen PHP Versionen (7 und 8) und ich habe bereits den fix im core integriert (und auch schon auf https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_2/framework/class-responsive-images.php einen patch zur Verfügung gestellt).
Danke dass Du dies entdeckt hast.
Best regards,
Günter
Danke nochmals – kann also geschlossen werden.