Recent searches


No recent searches

Michael Belyaev's Avatar

Michael Belyaev

Joined Apr 16, 2021

·

Last activity Oct 27, 2021

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Michael Belyaev

Michael Belyaev commented,

Community comment Discussion - Tips and best practices from the community

If you want to include this in your community posts, you should add this to "scripts.js":

//fancybox image zooming in community
$('.post-body img.fancybox').on('click', function() {
$.fancybox.open([
{
src : $(this).attr("src"),
opts : {},
},
]);
});

You can also exclude ".fancybox" to make all of your images show in the pop-up when clicked in your community posts.

View comment · Posted Dec 17, 2018 · Michael Belyaev

0

Followers

0

Votes

0

Comments