Hi Ian,
I have opened functions.js but can’t seem to find:
$(‘#bgmp_map-canvas’).css(‘width’, response.width );
I found:
// Override default width/heights from settings
$(‘#bgmp_map-canvas’).css(‘width’, bgmpData.options.mapWidth );
$(‘#bgmp_map-canvas’).css(‘height’, bgmpData.options.mapHeight );
I would like to set my map size to a percentage of the column size.
Please advise. Thanks!