kartograph / kartograph.js

UNMAINTAINED Open source JavaScript renderer for Kartograph SVG maps
http://kartograph.org
GNU Lesser General Public License v3.0
1.51k stars 227 forks source link

Can all the maps be responsive? #62

Open gudh opened 9 years ago

gudh commented 9 years ago

Forgive me, however I want to get a quick answer, can all the maps made with kartograph.js be responsive? That is adjust itself to screen size

Thanks in advance.

DavidValin commented 9 years ago

Quick answer: Yes

scooterlord commented 9 years ago

A more thorough answer?

DavidValin commented 9 years ago

Just apply width: 100% and height: 100% to the svg element

scooterlord commented 9 years ago

thanks! will try later today.