https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

Jon <jrob...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|PATCH_TO_REVIEW             |NEW

--- Comment #10 from Jon <jrob...@wikimedia.org> ---
Update...
We currently define small, medium and tiny image sizes
    const MEDIUM_IMAGE_WIDTH = 300;
    const SMALL_IMAGE_WIDTH = 150;
    const TINY_IMAGE_WIDTH = 50;


User profile uses medium width
watchlist uses small width
nothing uses tiny width.


In addition to this we have various things still not using standard sizes:
* Nearby uses 180px
* Search uses 80px

I would suggest making nearby use SMALL_IMAGE_WIDTH and search using tiny image
width and changing that value from 50 to 80.

Then we should call this done.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to