0

I'm using Crossrider to develop a cross browser extension, it's working fine except that the button icon on Safari is so small you can't really see it. How can I expand it?

I uploaded it as a 128x128 PNG in the settings page.

This is a screen shot from my Retina Macbook Pro, could the issue be related to the retina display?

enter image description here

Caedmon
  • 667
  • 7
  • 11

1 Answers1

0

I hadn't checked the image DPI settings in Photoshop. They need to be set to 72 but were in fact 300.

If anyone from Crossrider sees this, it would be great if it were possible to upload a retina sized button icon.

Caedmon
  • 667
  • 7
  • 11
  • 1
    Currently, the Crossrider framework only supports desktop browsers and images must be 128x128 pixels with resolution 72dpi as noted in the [docs](http://docs.crossrider.com/#!/api/appAPI.browserAction). [**Disclosure**: I am a Crossrider employee] – Shlomo Aug 26 '15 at 08:16