The iframe is restricted to the viewcontainer. You have it set to 100% height and width. Make those min-height/width? Could you provide a link so I can play with it?
If I understand you correctly, you want to zoom out as you get smaller so that none of the content that WOULD be missing, is missing? I do not believe this is possible. I did some searching and was unable to find anything.
I’ve to set up a frame (with custom actions like user account, map lat lon, may be a modal and so on) around sort of 3D map build
with threejs so I want that deploy.
Thanks @PaulOB
but I need 4 containers around the map to put in them
some actions bind to buttons.
For instance a button to put a marker or show a modal with an help section.
Even if in this case I don’t know how to do this I’m not a newbie
PaulOBAdvisor
Even if this did work (I doubt very much that it will) that will only work for mozilla browsers (FF). Just use the regular calc function without vendor extensions. Look at the support here.
Thanks @RyanReese it was just an example
to see what do you think about and as I stated
before it workish ^^ if there was a better solution it’ll be welcome …
You can still do that as you did before and just absolutely place them on top of the border I created. The div I created takes care of the map.
No need for calc just use box-sizing as shown in my example. That will allow for the borders to be inside the 100%. You can then use that space for your controls around the map.