JiriChara / vue-gravatar

A dead-simple gravatar component for VueJS
MIT License
113 stars 15 forks source link

The avatar image is not displayed when used with Electron. #17

Closed logue closed 3 years ago

logue commented 4 years ago

The output img tag does not contain https in its src, so the image will not be displayed when used with Electron.

<img src="//www.gravatar.com/avatar/55cd40fddaa006a743cbf7532f021ee1?s=128&amp;d=retro&amp;r=g" alt="Avatar">
JiriChara commented 3 years ago

Fixed in https://github.com/JiriChara/vue-gravatar/releases/tag/v1.4.1