javascript - Make google map blurry -
i trying make google map (javascript api v3) blurry while focus on other element.
what doing right adding:
blur(5px);
to map-container, work! unfortunately, map gets distorted sometimes. lead me conclusion there gotta better solution, rather adding css rules. maybe using options or styles of api itself?
Comments
Post a Comment