Gandalf Posted April 4, 2016 Report Share Posted April 4, 2016 Fancybox автоматически создает галерею из изображений в записи блога.Добавляем в конец файла /design/ваша_тема/html/post.tpl скрипт: {literal} <script> $(document).ready(function() { $("#content img").wrap(function() { return '<a data-rel="group" href="'+ this.src +'" />'; }).parent().fancybox(); }); </script> {/literal} Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.