Skip to:
Content
Pages
Categories
Search
Top
Bottom

Css image error in BBpress

  • @david13_13

    Participant

    Hello to all!

    Could someone explain me why the images of the users are so pixelated in my BBpress forum?

    fatERASETHISfitfunDOTcom/forums/foro/presentaciones/

    The ramdon images are pixelated but the uploaded images not. Strange eh?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • @robkk

    Moderator

    This is the CSS causing the issue. You are stretching a 14px image to 40px, that is why it is so blurry.

    #bbpress-forums p.bbp-topic-meta img.avatar, 
    #bbpress-forums ul.bbp-reply-revision-log img.avatar, 
    #bbpress-forums ul.bbp-topic-revision-log img.avatar, 
    #bbpress-forums div.bbp-template-notice img.avatar, 
    #bbpress-forums .widget_display_topics img.avatar, 
    #bbpress-forums .widget_display_replies img.avatar {
        border: none;
        width: 40px;
    }

    See if the PHP code snippet in this topic can help you resize the 14px avatars better.

    Resizing Avatars

    @david13_13

    Participant

    Thanks a lot Robkk!

    But why I have that 14px limit? Can I remove it?

    @david13_13

    Participant

    Nice! I just used that function and everything is fine now.

    Thanks A LOT!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar