Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created May 7, 2012 14:50
Show Gist options
  • Save dreamr/2628190 to your computer and use it in GitHub Desktop.
Save dreamr/2628190 to your computer and use it in GitHub Desktop.
new InfoBubble({
arrowPosition: 50,
arrowSize: 10,
arrowStyle: 0,
backgroundClassName: 'property asset small bubble',
backgroundColor: '#FFF',
borderColor: '#F0F0F0',
borderRadius: 3,
borderWidth: 1,
content: $('div#marker_info_#{marker.id}').html(),
minHeight: 70,
minWidth: 190,
maxHeight: 109,
maxWidth: 190,
padding: 0
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment