• Hello
    I do not see any option to “blur” the pictures on website untill the verification is done.
    Did I miss it ? or is it a feature which will be added ?
    thx !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @tonnick0033,

    There’s not an option for that and I don’t think one will be added as everyones scenario would be different. But it’s fairly easy to do with a bit of CSS:

    
    .age-gate-restriced img {
        filter: blur(5px); /* increase or decrease as you need */
    }
    

    Thanks
    Phil

    Thread Starter tonnick0033

    (@tonnick0033)

    yes this can work but only for a part a website as many pictures are in background. maybe some aditionnal js would be required.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘blur pictures’ is closed to new replies.