Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL image source problem #29

Open
Itachicz11 opened this issue Jun 2, 2013 · 2 comments
Open

URL image source problem #29

Itachicz11 opened this issue Jun 2, 2013 · 2 comments

Comments

@Itachicz11
Copy link

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.

@senlin
Copy link

senlin commented Jun 3, 2013

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 );

@Itachicz11
Copy link
Author

there is the problem that it's dynamic url from other side but nevermind It's not problem now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants