How to config image size returned using omniauth-google-oauth2?
问题 I try to config the omniauth-google-oauth2 with devise in my Rails app: config.omniauth :google_oauth2, GOOGLE_APP_ID, GOOGLE_APP_SECRET, { scope: 'email, profile, plus.login', provider_ignores_state: true, prompt: 'select_account', image_aspect_ratio: 'square', image_size: 50, skip_jwt: true } This work but I try to config the image_size to be larger: image_size: 100, or image_size: {width: 100, height: 100}, Based on this documentation, and it doesn't work, it always returns the image url