0

I'm afraid this could have not any solution, but maybe I'm implementing the buttons wrong.

The problem is that they show like this on iPhone Retina Display. Is there any solution to make them the same height?

Buttons on iPhone 4S Retina Display

Santiago
  • 2,405
  • 6
  • 31
  • 43

1 Answers1

1

The buttons are not meant to be the same height. You can try to change the height via CSS but it may not work since the button code is most likely injecting a iframe onto your page. Changing the CSS will let you change the size of the buttons, but it may not look pretty since graphics may be stretched.

Niraj Shah
  • 15,087
  • 3
  • 41
  • 60
  • The buttons are the same height on "non-retina" displays. I doubt I can change the buttons CSS, I guess there's no other solution than Facebook fixing the code on their end. – Santiago May 31 '12 at 13:18