Skip to content

Generating image size completely on the fly #15

@stuartha13

Description

@stuartha13

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'/>";
  1. Can I do the same thing with OTF Regen Thumbnails, instead of thumbs being generated on file upload/media size change?
  2. If I can do this, then how?
  3. Do the generated thumbnails also land up in their own folder in uploads/ (like BFI_Thumb does it)?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions