sdoomz / react-google-picker

Google Picker for React
MIT License
45 stars 46 forks source link

Resize the picker #14

Closed GhyslainBruno closed 5 years ago

GhyslainBruno commented 5 years ago

Hello, first thank you very much for this project, very useful to me.

I have a question, do you know if there is a way to resize your component ? Such as use a responsive container or something similar ?

Thank you for your time

GhyslainBruno commented 5 years ago

Typical, just after posting the issue I found a way using the Google Picker basic API.

For those interested, adding ".setSize(1051,650)" when building the picker works like a charm.

Sorry for bothering @sdoomz :-/