Viewing 4 replies - 1 through 4 (of 4 total)
  • For some reason my thumbnails are stretching when I change the width and height. Help?

    Plugin Author A. Jones

    (@nomadcoder)

    Try setting the height only to a fixed value. height=”150px” and setting the width=”auto”

    The default style that the plugin uses is that the image is width:150px and height:150px. That is silly. Why limit it? Since it is displaying thumbnails anyway, it should use width:auto and height:auto, so that the thumbnail size that the user chose in the WordPress options is used.

    At the same time, the title is very small. I found that using width:99% and font-size:98% worked for my situation. I started by testing font-size:inherit to override your font-size:12px, but I had some too big. I don’t think you should set the font-size at all, but since you did I have to override with something. The mobile view is a consideration when specifying font size. A pixel font size is not user-friendly because of device limitations and accessibility.

    Plugin Author A. Jones

    (@nomadcoder)

    thanks for your input.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change the Width & Height & other tips’ is closed to new replies.