• Hello, thanks for the wonderful plugin

    I’m facing an issue with images on my site (I’m using buddypress too)
    On dark mode enabled the image gets inversed

    I also tried this-

    darkmode-activated .img{
    mixblendmode: Difference
    }

    But it didn’t work

    ~Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The CSS is not valid. Try:

    .darkmode–activated img {
    mix-blend-mode: difference;
    }

    Plugin Author Jose Sotelo

    (@josesotelocohen)

    Hello @emon2

    The only way for me to help is to check the actual website, but before that, please update to version 2.0.3 and see if this issue is resolved.

    If it isn’t ping me at [email protected] because I’m not getting the notifications for this support channel.

    @pjohnston89 Thanks for helping, I know you have another issue, if it persist after 2.0.3 ping me at the same email above.

    Cheers!

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