• Really tearing my hair out with this… I’ve got wp-smart-image working fine on the homepage of my site using

    <div id="picBox" style="background-image:url(<?php if(function_exists('wp_smart_image')) wp_smart_image($size='mini', $type = 'url') ?>);">

    to bring in a thumbnail as a background image.

    When the page links through to the single.php, i’m using
    <?php if(function_exists('wp_smart_image')) wp_smart_image($size='med') ?>

    to try and bring in the medium size version of the image… but whatever i do it’s loading in the thumbnail instead of the medium (i’ve checked the uploads folder, and the medium image is in there).

    Am i missing something really obvious? Anyone got any idea why is wp-smart-image is ignoring the parameters on the post, but working fine on the homepage?

    http://wordpress.org/extend/plugins/wp-smart-image/

Viewing 1 replies (of 1 total)
  • Hello geektown,

    What you described is part of a -recent known- bug of this plugin. Whiting few days a new version will be released, with all bugfixed and tons of improvements (it rocks!). Please stay tuned.

Viewing 1 replies (of 1 total)
  • The topic ‘wp-smart-image ingoring parameters…’ is closed to new replies.