Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,059
Widok
0
19/02/2020 9:21 am
Topic starter
example
1 Answer
0
19/02/2020 9:21 am
Topic starter
not best but works
$( document ).ready(function() { $(".article-text img").each(function() { $(this).magnificPopup({ items : { src: $(this).attr('src') }, type: 'image' }); }); });