Michael Hall has proposed merging lp:~mhall119/loco-directory/fixes-620177 into
lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#620177 Avatars not all same size
https://bugs.launchpad.net/bugs/620177
Force image width to 48px so that avatars are of a uniform size
--
https://code.launchpad.net/~mhall119/loco-directory/fixes-620177/+merge/33072
Your team loco-directory-dev is requested to review the proposed merge of
lp:~mhall119/loco-directory/fixes-620177 into lp:loco-directory.
=== modified file 'loco_directory/media/js/twidenash.js'
--- loco_directory/media/js/twidenash.js 2010-08-16 20:03:38 +0000
+++ loco_directory/media/js/twidenash.js 2010-08-18 23:50:59 +0000
@@ -73,6 +73,7 @@
var li = document.createElement("li");
var img = document.createElement("img");
img.src = twidenash.items[i].img;
+ img.width = 48;
var span = document.createElement("span");
span.className = 'comment';
var nick = document.createElement("span");
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp