mhirdes / go_maps_ext

Google Maps Extension for TYPO3
MIT License
21 stars 31 forks source link

Map width / height in % #87

Closed Ra-fiki closed 2 years ago

Ra-fiki commented 2 years ago

In TYPO3 10.4.21 for 4.0.1 of extension It seams that if in width and height I put w: 100% and h: 100% map disapear in frontend O.o

mhirdes commented 2 years ago

This is more a CSS issue. If you set the height to 100% all elements above should also have a height.

If you set the height to 100% and the element on level up has a height of 0, then also the container has a height of 0. I would recommend a fixed height or 100vh or sth. else.