tbillenstein / jTweetsAnywhere

jTweetsAnywhere is a jQuery Twitter Widget that simplifies the integration of Twitter services into your site
http://thomasbillenstein.com/jTweetsAnywhere/
MIT License
51 stars 18 forks source link

provide a way to select different sizes of the username thumbnail #19

Open dospuntocero opened 12 years ago

dospuntocero commented 12 years ago

this seems to be a nice idea for an update: //inside options thumbSize = "normal"; // [normal | mini | bigger]

var imageUrl = T.currentUser.data('profile_image_url').replace("normal", thumbSize);

and worked like a charm :)

i replaced lines 838 and 1304.