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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -