Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Depends on the context. If you inspect (using your browser developer’s tools) the IMG element, you’ll see the CSS rules that set it’s size. You can then add custom CSS rules that will set the size you want.

    For instance, the rule on the list display is:

    .image-field-wrap img {
        height: 50px;
        width: auto;
    }

    so all you need to do is set a height or width to what you want in your new CSS rule. The plugin settings has a place for custom CSS rules.

    Thread Starter compasspointmarketing

    (@compasspointmarketing)

    Perfect! Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase size of profile pic’ is closed to new replies.