Welcome Guest, Not a member yet? Register   Sign In
Image Manipulation Library Dynamic Output
#1

[eluser]Unknown[/eluser]
I'm using the image manipulation library to generate image thumbnails dynamically on the fly when the page is rendered. So the img src looks something like this:

Code:
<img src="/controller/function/image/path/to/file.jpg/width/height/" />

The controller then outputs the image using this option:

Code:
$config['dynamic_output'] = TRUE;

Everything works fine, the image displays on the page.

The problem is the page generates 404 errors for the images, even though they display. Also if you navigate directly to the url the code generates it displays the image fine as well. What can I do so the page does not generate 404 errors for the img tags?

Thanks,
David




Theme © iAndrew 2016 - Forum software by © MyBB