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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -