jackocnr / intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers. React and Vue components also included.
https://intl-tel-input.com
MIT License
7.69k stars 1.95k forks source link

Flag sizes #1850

Closed dictory99 closed 4 weeks ago

dictory99 commented 4 weeks ago

Hello everybody! Could you tell me, how to increse flag size? The last version there was 20px/15px, but now 16px/12px. Thanks.

jackocnr commented 4 weeks ago

If you fork the project, I think you should be able to just update the TARGET_WIDTH and TARGET_HEIGHT numbers in grunt/generate-sprite.js and run npm run build:img. Note that the flags are 4:3 ratio, so whichever numbers you choose should respect this.

dictory99 commented 4 weeks ago

Many thanks, it worked!