Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi,

    The image looks like your Facebook Avatar. You can disable fetching avatars from your Social applications using the plugin. Uncheck the option “Set Display Picture for User” under Advanced Settings in Social Login tab.

    Is this what you were referring to?

    Regards,
    miniOrange Team

    Thread Starter dezuidpoort

    (@dezuidpoort)

    I want to use the Facebook Avatar, but on this page the picture is too big.

    Plugin Author miniOrange

    (@cyberlord92)

    Hi,

    It looks like the size is coming from the theme. Go to your theme’s CSS file(themes/nisarg/style.css). Look for

    .entry-content img, img.size-full {
    ...(some CSS)
    width:auto;
    }

    Remove/comment width:auto;

    Does this help?

    Thanks,
    miniOrange Team

    Thread Starter dezuidpoort

    (@dezuidpoort)

    Not sure what i need to change. I’m finding this in style.css

    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    
    .entry-content img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100%;
        height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
    }
    
    .entry-content img,
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    
    .entry-content img.wp-smiley,
    .comment-content img.wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    Plugin Author miniOrange

    (@cyberlord92)

    I was talking about the third one. The one with width:auto.

    Thread Starter dezuidpoort

    (@dezuidpoort)

    thanx! It worked.
    Now i will upgrade my miniOrange ??

    Plugin Author miniOrange

    (@cyberlord92)

    That’s great. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Size avatar’ is closed to new replies.