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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -