Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gabrielroth

    (@gabrielroth)

    > Does this plugin only re-size photos if they are categorized as photo posts?

    That’s right.

    > Is there a workaround?

    Try adding a line to your theme’s CSS file like:
    .tumblr_post.quote img { height: 50px; width: 60px; }

    Plugin Author gabrielroth

    (@gabrielroth)

    … or if you want to resize photos in all posts, not just quotation posts, try:
    .tumblr_post img { height: 50px; width: 60px; }

    Thread Starter emfeore

    (@emfeore)

    The workaround worked! Thanks so much.

    Plugin Author gabrielroth

    (@gabrielroth)

    Glad to hear it.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Tumblr Widget] Photo resizing problem’ is closed to new replies.