This repository was archived by the owner on Jul 27, 2023. It is now read-only.
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Support for "vw" and "vh", also other CSS units. #117
Open
Description
Hi can u provide support for different css units other than "px"?
It could help more devs that don't rely on "px" anymore. TIA
$map = new Map([
'center' => $coords,
'zoom' => 5,
'width' => '100%', ✓
'height' => '70vh' ??
]);
Useful links:
https://stackoverflow.com/questions/29463318/what-is-the-difference-between-and-vw-in-css
Metadata
Metadata
Assignees
Labels
No labels