Home › Forums › Other › Images disappear on retina displays › Re: Images disappear on retina displays
June 22, 2013 at 10:30 pm
#139930
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”)