magic-fields-team / Magic-Fields-2

Magic Fields 2.X
http://magicfields.org
GNU General Public License v2.0
123 stars 47 forks source link

Phpthumb generating Thumbnail #234

Closed tstefanich closed 10 years ago

tstefanich commented 10 years ago

So I have a loop with these settings

$settings = array("w"=> 500, "zc" => 1, "q" =>80);
echo "<div><img src='".get_image('thumbnail_image',1,1,0,NULL,$settings)."'></div>";

I am using a custom post type of "project" with image media field.

tstefanich commented 10 years ago

Never mind this can be closed. re-activating the plugin fixed it.