close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Image Resizer in an href

Thread began 11/13/2011 12:19 pm by Brainthief | Last modified 12/06/2011 7:41 am by Brainthief | 2799 views | 8 replies

Brainthief

I still have not got this to work.
Thanks for your help.

I created a page and this is the code used from image resizer;
<?php
if(TRUE){ // Begin Cached Resized Image: ImageCacheInstance_1323139609713
ob_start();
?>
<img src="images/<?php echo $row_rsImages['filename']; ?>" width="300" alt="test" />
<?php
echo(getCachedResizedImageHTML(ob_get_clean(), "image_cache", "proportion", "", true));
} // End Cached Resized Image: ImageCacheInstance_1323139609713
?>

And this is the generated path;
<img src="image_cache/images/proportion/adr20_w300_h482/adr20_11290527.jpg" width="300" alt="test" />

I need for the image to be dynamic.
I can't hard code to the larger image...
The original image name in the database is adr20.jpg and the original size is 600px wide.
There could be 1,000 images at any time, the width should be resized to 300px wide, the height will be determined by the original uploaded image, old images get deleted and new ones get created often.
When the user hovers over the small image it should reveal the larger, 300px wide, image in the div "loadarea"...
How do I make "image_cache/gallery_images/proportion/adr20_w300_h482/adr20_11290527.jpg" dynamic?

The small image works just like I want it...
Here is the small image and the link;
<?php
if(TRUE){ // Begin Cached Resized Image: ImageCacheInstance_1321208809944
ob_start();
?>
<a href="PATH TO LARGE 300PX WIDE CACHED IMAGE HERE" rel="enlargeimage" rev="targetdiv:loadarea,link:http://somewhere.com"><img src="images/<?php echo $row_rsImages['filename']; ?>" alt="" name="" width="32" height="32" /></a>
<?php
echo(getCachedResizedImageHTML(ob_get_clean(), "image_cache", "crop", "", false));
} // End Cached Resized Image: ImageCacheInstance_1321208809944
?>

How do I get the below into the href?
<?php
if(TRUE){ // Begin Cached Resized Image: ImageCacheInstance_1323139609713
ob_start();
?>
<img src="images/<?php echo $row_rsImages['filename']; ?>" width="300" alt="test" />
<?php
echo(getCachedResizedImageHTML(ob_get_clean(), "image_cache", "proportion", "", true));
} // End Cached Resized Image: ImageCacheInstance_1323139609713
?>

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...