Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Images disappear on retina displays Re: Images disappear on retina displays

#139930
webtmc
Participant

I would try adding the img demensions into your css stylesheet.
img.yourClass{width:320px; height:220px;}

Also… really big one here… validate your code. Your site is doing a lot of big NO NO’s that will cause js to get mad and quit.

check this link… and clear most of this stuff up. Then you will start to see your troubles go away. [http://bit.ly/187g6xI](http://bit.ly/187g6xI “Validate”)