Search found 3 matches

by levipadre
2014-07-14T05:19:05-07:00
Forum: Developers
Topic: Just if resized image exist
Replies: 4
Views: 3511

Re: Just if resized image exist

Ok, thank you for your time.
by levipadre
2014-07-14T05:13:08-07:00
Forum: Developers
Topic: Just if resized image exist
Replies: 4
Views: 3511

Re: Just if resized image exist

Ok, but really slow the loading time.
Do you have any other idea?
by levipadre
2014-07-14T04:36:07-07:00
Forum: Developers
Topic: Just if resized image exist
Replies: 4
Views: 3511

Just if resized image exist

Hi everybody, I have a question. I implemented a gallery using ImageMagick to WordPress, but seems slow. I tried to optimize but nothing. Is there any chance to run the resize process just that time if the resized image is doesn't exist? My current code is: <?php $imgdata = wp_get_attachment_image ...