Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5717, comment 4


Ignore:
Timestamp:
06/19/2014 06:36:23 AM (10 years ago)
Author:
M-BP
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5717, comment 4

    initial v1  
    1 Sure, you will notice it everywhere where the default thumbnail is called (for me this is for example the case in the members-loop where type=thumb is requested). Else you will also always see this behaviour when using bp_core_fetch_avatar() or any other function that calls bp_core_fetch_avatar() without the type specified (you might have to turn of gravatars since this issue affects the default thumb that ships with bp, the myster-man). 
     1Sure, you will notice it everywhere where the default thumbnail is called (for me this is for example the case in the members-loop where type=thumb is requested). Else you will also always see this behaviour when using bp_core_fetch_avatar() or any other function that calls bp_core_fetch_avatar() without the type specified (you might have to turn off gravatars since this issue affects the default thumb that ships with bp, the myster-man). 
    22When you then inspect the thumbnail <img> in your browser, you will notice that always the full version is loaded even if you specified type=thumb when calling bp_core_fetch_avatar().