html - Why are images visible in Firefox but not in Chrome? -
these 2 images visible in firefox not in chrome.
<img src="../images/tw.png" alt="" class="social-media" /> <img src="../images/fb.png" alt="" class="social-media" />
in chrome dev tools these tags added: style="display: none !important;"
any ideas why?
my guess chrome plugin adding rule class. try in incognito mode? there plugins disabled.
Comments
Post a Comment