cytoscape / cytoscape.js-navigator

Bird's eye view pan and zoom control for Cytoscape.js.
MIT License
67 stars 42 forks source link

fix(styles): fix image overflow on HiDPI media #30

Closed JLHwung closed 7 years ago

JLHwung commented 7 years ago

The thumbnail image will overflow on HiDPI media (namely retina screen on Apple's marketing). It can be fixed by setting constraints on image.

maxkfranz commented 7 years ago

Great; thanks