• Resolved ffwebdesigner

    (@ffwebdesigner)


    hi stefano,

    the setup for the thumbnail image size in the latest blog posts module seems to be coded fixed in /wp-content/plugins/newsletter/emails/blocks/posts/block.php. with the size my customers got no problems…but it would be nice if there was an input on admin to change these…or if you could tell the newsletter to take a already processed image size from the wp media gallery.

    big problem to my customers:

    echo tnp_post_thumbnail_src($row[1], array(240, 160, true)

    cuts of quite a nice amount of the image. would be much nicer if you would use

    echo tnp_post_thumbnail_src($row[1], array(240, 160, false)

    as a standard – or even better: provide an option if cropped or not.

    salve
    frank

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘thumbnail size in blog posts block’ is closed to new replies.