Aspect ratio

main
Bob Mottram 2022-05-21 13:41:52 +01:00
parent 80c7254861
commit 0b0e99c008
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def html_open_street_map(url: str,
return ''
html_str = \
'<iframe width="90%" frameborder="0" ' + \
'<iframe width="90%" padding-top="100%" frameborder="0" ' + \
'scrolling="no" marginheight="0" marginwidth="0" ' + \
'src="https://www.' + osm_domain + '/export/embed.html?' + \
'bbox=' + str(longitude - bounding_box_degrees) + \