• Resolved TesterGP

    (@testergp)


    Hi,

    Great plugin!
    I am publishing by category an excerpt. By page there are around 30 iOS games displayed. In my settings I selected the radio button for the big image and set a resize to 100px. In the single post the image displays perfectly, but in the excerpt, it displays the big image. How to fix this?

    Kind regards,
    T.

    http://wordpress.org/extend/plugins/app-store-assistant/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SEALsystems

    (@sealsystems)

    This is probably caused by the theme you are using. If is is displaying the Featured Image with out any adjustment, it will be very large. If you can edit the theme, you can add a width to the CSS for the Featured Image.

    Plugin Author SEALsystems

    (@sealsystems)

    You can also add a tag in your CSS to control the size. Each icon is in a Div tag:

    <div id=”appStore-icon-container”>

    So for example:

    #appStore-icon-container img {
    max-width: 128px;
    max-height: 128px;
    }

    Thread Starter TesterGP

    (@testergp)

    Thank you. I modified my custom theme with your suggestion and it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail for excerpt are much too big’ is closed to new replies.