Javascript notification - max icon size

I am trying to install and display a desktop notification But I could not find the maximum size

I also try to look in the documentation but didn't find any clarification for this

https://developer.mozilla.org/en/docs/Web/API/notification .

Your help would be greatly appreciated

+3


source to share


1 answer


With the help of @micnic I found:

The size of the image will be 50% of the area allocated for the image, depending on the width. The tall one will be the same as the width.



It can change from one browser to another.

+1


source







All Articles