Why display:none is set to images? How to avoid it?

Hello,

On my website sth automatically hides images of sponsors. How to avoid it?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Do you have any code added to the project settings?

It seems to come from some code but I couldn’t locate it. :thinking:

Not really. Only these stuff:

<style>
.cursor-wrapper {pointer-events:none;}
</style>
<style>
.slide-image{
    user-drag: none;
    draggable: false;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
</style>

yeah, I saw those they shouldn’t be the ones causing it…

I wonder what I’m missing… :thinking:

OK! I tried something and seems to fix it.

Try renaming sponsor-logo to whatever sponsore-logo :sweat_smile: .

I don’t know why this happens but seems like a bug. I think you should report it

1 Like

haha it works. I changed sponsors to companies. IMO adblocking softwares search for this kind of classes like “sponsors” :wink:

1 Like