Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author James Koster

    (@jameskoster)

    Working fine for me. Be aware that your theme may also be resizing these images. Inspect the element to see the width being applied to the img tag. Then check to see if your theme declares a width via css.

    I also am having problems with this. The images always appear full-width (as wide as my site width). I am using Canvas theme. It doesn’t matter if I use the Our Team widget or shortcode, neither one resizes the images.

    I see this is 3 months old, but I too am using Canvas, and the size parameter is completely ignored. I thought that using it with a Wootheme would make things work more smoothly.

    Experiencing this same problem in Scrollider.

    Similar problem on canvas.

    Amanda Giles

    (@shedonist)

    Wow. I’m having the same issue with the Canvas theme. This seems like a grievous oversight. The issue is actually caused by integration code included with Canvas (in /wp-content/themes/canvas/includes/integrations/our-team/css/our-team.css). You can overwrite this with some custom CSS as follows though.

    .widget_woothemes_our_team .team-member .avatar {
        width: auto;
    }

    Note that doing it this way prevents needing to hard-code the avatar’s width within the CSS.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images do not resize’ is closed to new replies.