Blur Media Gallery Images Marked as Adult

Fursonal

New member
I'd like to find an extension that blurs the images in the Media Gallery extension if a user toggles an "Adult" box when uploading the image. To un-blur the image and see it properly a user needs to click or tap on the image itself.
 
You can create an Adult category then use the category ID in the extra.less template to blur the thumbnails:
Less:
[data-container-key="xfmgCategory-ID"] {
    .xfmgThumbnail-image {
        filter: blur(1rem);
    }
}
Replace ID by the category ID.
Clicking on thumbnails open the photo without blur...
 
how could I blur all of my image attachments.
like for posts?, since all of my images attachments are adult.
I need to blur them.
 
Hello, I’m looking to do this as well. If anyone could give me some insight. I’d like the pics to blur and when you click require you to login or register.
 
Back
Top Bottom