Aqua-Resizer
Aqua-Resizer copied to clipboard
URL image source problem
Hello,
In my localhost WP theme I have this line of code
It doesn't create any link. It seems that the problem is that the source image isn't on the same url as aqua_resizer script.
Thank you for this great script.
usually you don't reference the file directly, but instead do something like
$image = aq_resize( wp_get_attachment_url( get_post_thumbnail_id() ,'full' ), 300, 300, true );
there is the problem that it's dynamic url from other side but nevermind It's not problem now