CSS Image Sprites
-
I love this plug-in, and it is exactly what my wife needed for her website. Unfortunately this has come at the cost of higher page load times. I would like to make a suggestion which would dramatically increase the rendering speed of this plug-in. You should be using image sprites for the buttons, not separate images. This would increase the load time substantially. For example use the following example CSS code to carve out the buttons from 1 image:
.twitter{ background-position: 0 0; width: 64px; height: 64px; } .facebook{ background-position: -64px 0; width: 64px; height: 64px; } .google{ background-position: -128px 0; width: 64px; height: 64px; }
https://www.ads-software.com/plugins/simple-share-buttons-adder/
- The topic ‘CSS Image Sprites’ is closed to new replies.