• Resolved germanboy

    (@germanboy)


    Is there any possibility of reducing the image size please? I want it smaller

    please help thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Albert Tarrés

    (@alberttarress)

    Hello, thanks for the feedback!

    I have uploaded a new version for the plugin. Now both shortcodes have width and height attributes.

    Here’s an example for the preview shortcode:

    [frontend-avatar-preview height="40" width="40"]

    Also, if you need to apply any more adjustments to the preview shortcode, I have added a ‘frontend-avatar-preview’ class to the image element. So you can use a snippet to change the CSS further.

    Thread Starter germanboy

    (@germanboy)

    Oh my goodness thank you so much for this , you’re far too kind thanks alot ????I’m grateful

    Thread Starter germanboy

    (@germanboy)

    Hello there please I was wondering if there could be a way to give the preview a round shape please ????just this last one please

    Plugin Author Albert Tarrés

    (@alberttarress)

    Sure, you can add this custom CSS to your theme:

    .frontend-avatar-preview {
    border-radius: 50%;
    overflow: hidden;
    }

    That should make the avatar preview round-shaped

    Thread Starter germanboy

    (@germanboy)

    Thanks once again , generously appreciated ????

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