Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119358

elhashbrown on "[Plugin: JJ NextGen JQuery Cycle] How to use thumbnails rather than main images"

$
0
0

Found the solution seen here:

replacing line 169 of includes > jj_ngg_jquery_cycle.php to:

$newurl = get_bloginfo("wpurl") . "/" . $image->path . "/thumbs/thumbs_" . $image->filename;
$output .= "<img src=\"" . $newurl . "\" " . $image_description . $width_d . $height_d . " border=\"0\"  />";

Would be great if this was added as a checkbox option in future versions of the plugin.


Viewing all articles
Browse latest Browse all 119358

Trending Articles