mxstbr / sharingbuttons.io

Quickly generate social sharing buttons with a tiny performance footprint
http://sharingbuttons.io
MIT License
2.48k stars 103 forks source link

massive icons on screen <2000px width #93

Closed Zephir1425 closed 5 years ago

Zephir1425 commented 5 years ago

Hi, I have implemented sharingbuttons.io on my website. I did add the font size as mentioned. It works as expected on screen > 2000px but below that, each icon is huge and occupies the entire width of the screen, see below: image Do you know why it happens? Thanks a lot

Zephir1425 commented 5 years ago

Actually, it seems that the icons are linked to the class image-response which was set at 100% below 2000px which explains the issue. So I basically had to rename the class to image-response2 which fixed the issue.