This commit is contained in:
root 2021-09-09 15:49:28 +02:00
commit f29b116571
2 changed files with 1 additions and 7 deletions

View File

@ -108,7 +108,7 @@
</h2>
<div class="flex flex3 #EDIT{podcast_galeriephotos}">
<BOUCLE_photos(DATA){source file, #PODCAST_GALERIEPHOTOS}{valeur == #GET{thumbs}}{0,3}>
<figure class="photoapril">#VALEUR</figure>
<figure class="photoapril">[<img src="https://photos.april.org/(#VALEUR|extraire_attribut{src})"[ alt="(#VALEUR|extraire_attribut{alt})"] />]</figure>
</BOUCLE_photos>
</div>
</div>

View File

@ -1,10 +1,4 @@
$(function() {
// remettre l'origine des photos en galerie
$('.photoapril img').each(function() {
$(this).attr('src', 'https://photos.april.org/' + $(this).attr('src') );
});