Reputation: 3063
I'm trying to implement retina.js plugin but experiencing a weird issue. When checking my website with my ipad it seems that the scripts detects that this is a retina screen as it display the @2x logo picture, but instead of displaying the logo with the same size as on a regular screen but with more pixel density, it displays the logo with 2x size. Any idea what the issue is? Many thanks
Upvotes: 1
Views: 69
Reputation: 8413
I think the issue is your image. The normal image has more padding than retina image. If you can equalize the padding of retina and normal image I think It will be ok.
Upvotes: 1