Breaking
Loading...

Search This Blog

Blog Archive

Labels

Showing posts with label share. Show all posts
Showing posts with label share. Show all posts

Facebook Share Icon Png

Hands facebook logo like share png. Select your favorite social network and share our icons with your contacts or friends. Social Media Icons Set, Social Media Icons, Social Media Share photos and videos, send messages and get updates.Facebook share icon png. Pngtree provides you with 489 free subscribe png images with transparent background, as well as vector, clipart images and psd files. Co

 
. // See http://yabtb.blogspot.fi/2012/07/resize-popular-post-thumbnail.html var newSize = 150; // this is the new thumbnail size, you can change this $("#PopularPosts1 .item-thumbnail img").each(function() { var oldSize = $(this).attr("width"); $(this).attr("width", newSize); $(this).attr("height", newSize); $(this).attr("src", $(this).attr("src").replace("/s"+oldSize+"-c/", "/s"+newSize+"-c/")); }); //]]>