Greg
Greg

Reputation: 3063

Issue with retinajs plugin

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

Answers (1)

Adrian Enriquez
Adrian Enriquez

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.

enter image description here

Upvotes: 1

Related Questions