Kunstmaan / BootstrapCK4-Skin

A Bootstrap inspired skin for CKeditor4
MIT License
59 stars 22 forks source link

HiDpi renders incorrectly on some high resolution screens #9

Open npflood opened 9 years ago

npflood commented 9 years ago

The editor buttons work fine on my computer's lower resolution monitor (loads icons.png) and also work fine on my ipad and iphone (loads icons_hidpi.png) however the icons all load incorrectly on my MacBook Pro's Retina display. See screenshot:

screen shot 2015-01-23 at 8 59 40 am

It looks to me that the HiDPi icons are being loaded but they are being positioned using the regular resolution specifications.

Joyrex commented 9 years ago

I wonder how hard it would be to replace the bitmap graphics with FontAwesome or SVG icons making the whole HiDPI issue moot...