By Jay on Friday, 09 December 2016
Posted in General
Replies 1
Likes 0
Views 133
Votes 0
When using images on articles, the user is able to hover over and click to enlarge the image. How can I disable this option?
Hi Jay,
Unfortunately, there is no setting available to disable popups for cover images.
For images in the post content however, you can disable it in the composer.

If you really want to disable popups for cover images in post entries, you can try adding the custom css codes below:

div#fd.eb .eb-entry-body a.eb-post-image.eb-image-popup-button{
pointer-events: none !important;
}
JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/styles/custom.css
Create directory and file if it does not exist.
·
Friday, 09 December 2016 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post