Kamil Kecki

Results 3 issues of Kamil Kecki

The backgroundColor attr has no affect on the eventual map. ``` ``` Expect the yet-unloaded tiles to be pink, instead they are default Google Maps tan. API docs says: >...

## Steps required to reproduce the problem 1. Add the following filter to `instant_articles_subtitle`: ```php function instant_articles_subtitle($subtitle, $instant_article_post) { return 'Example Subititle with Italics'; } ``` 2. Find a post...