iframemanager icon indicating copy to clipboard operation
iframemanager copied to clipboard

How to size the div?

Open wadid opened this issue 2 years ago • 1 comments

I am embedding a google map, but using the iframemanager the resulting maps is very small. I tried to set the width and height manually in the div, but it does not change size?

<div class="map-area" data-service="googleMaps" data-id="map1" width="100%" height="450px"></div>

wadid avatar May 05 '22 15:05 wadid

You can specify the data-autoscale attribute or use CSS.

orestbida avatar May 11 '22 01:05 orestbida