-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi there
With BFI_Thumb I can generate a thumbnail (and creates a cached file in uploads/bfi_thumb/
)only when I want to insert the image into the page, which is exactly what I want to do with my images:
$params = array( 'width' => 400 );
$image = bfi_thumb( "http://mysite.com/myimage.jpg", $params );
echo "<img src='$image'/>";
- Can I do the same thing with OTF Regen Thumbnails, instead of thumbs being generated on file upload/media size change?
- If I can do this, then how?
- Do the generated thumbnails also land up in their own folder in
uploads/
(like BFI_Thumb does it)?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels