wp-smart-image ingoring parameters…
-
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?
- The topic ‘wp-smart-image ingoring parameters…’ is closed to new replies.