You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
スピーカー一覧には正方形のスピーカー画像が上下か左右に圧縮されています。
If the speakers image is not square, it gets compressed either vertically or horizontally.
#157 を対応できたらこの問題もなくなるかもしれません。#157 を無視すると npm run update-speakers スクリプトで画像を正方形に切ることも可能だと思います。そうすると Popup の時にも切られていますので二つのバーションを保村しないといけないと思います。
Fixing #157 might fix this issue as well. But putting #157 aside it would also be possible to change the npm run update-speakers script to cut the image to a square. However this would also change the popup-display, which means we would need to store two versions of the image (one cut, one not-cut).
(The speaker image is compressed)
スピーカー一覧には正方形のスピーカー画像が上下か左右に圧縮されています。
If the speakers image is not square, it gets compressed either vertically or horizontally.
#157 を対応できたらこの問題もなくなるかもしれません。#157 を無視すると
npm run update-speakers
スクリプトで画像を正方形に切ることも可能だと思います。そうすると Popup の時にも切られていますので二つのバーションを保村しないといけないと思います。Fixing #157 might fix this issue as well. But putting #157 aside it would also be possible to change the
npm run update-speakers
script to cut the image to a square. However this would also change the popup-display, which means we would need to store two versions of the image (one cut, one not-cut).nodefest.github.com/2018/scripts/update-speakers.js
Lines 90 to 93 in 8674259
The text was updated successfully, but these errors were encountered: