magnificPopup: zoom on img src« Wróć do listy pytań
example
|
▲ ▼ |
not best but works $( document ).ready(function() { $(".article-text img").each(function() { $(this).magnificPopup({ items : { src: $(this).attr('src') }, type: 'image' }); }); }); |