• Resolved cristinalynne

    (@cristinalynne)


    Hello again,
    I was curious about how to change the thumbnail size for alxpost widgets so that it isn’t so large. I’m using alxpost widgets in the sidebar on my posts, so I don’t want the alxpost thumbnail images to take away from the actual post content by being to big. Any tips on how to reduce/crop it to about an 80x80px image like how they appear in the alxtabs widget?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi cristinalynne. You could try this css but the images may look distorted as their normal width/height ratio of 2.12:1 has been changed to 1:1.

    .alx-posts img {
      width: 80px;
      height: 80px;
    }
    Thread Starter cristinalynne

    (@cristinalynne)

    Thank you, it worked, but I see what you mean about the distortion. I appreciate your help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reducing/cropping alxposts thumbnail?’ is closed to new replies.