• The image in my Age Gate form is blurred. i have tried several images in different formats and changed the “Blur” option to 0px to no avail. Is there some CSS or something I could use to bypass blur altogether?

    I have disabled the image for now but here is what it looked like.

    https://postimg.cc/gwHLj7DT

    • This topic was modified 2 years, 3 months ago by grayson128.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi

    This isn’t caused by age gate hence the blur setting having no effect, it’s actually your image lazy loader.

    I think you can make it work with the following in your functions though:

    add_action('init', function(){
        age_gate_add_attribute('age-gate-logo', 'class', 'lazyload');
    });

    Hope that helps

    Thanks
    Phil

Viewing 1 replies (of 1 total)

The topic ‘Logo is Blured’ is closed to new replies.