Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ulfben

    (@ulfben)

    For some reason your wp_get_attachment_image_src does not return the correct (thumbnail) URL. I can’t see why it shouldn’t though.

    Have you tried re-generating all your thumbnails?

    Thread Starter Robert Ying

    (@rbtying)

    I’ve tried regenerating a few times, which doesn’t seem to have made a difference, so I’m not too sure how to go forward.

    Thread Starter Robert Ying

    (@rbtying)

    Alright, temporary fix:
    $path_parts = pathinfo($thumb);
    $thumb = str_replace(‘.’.$path_parts[‘extension’], ‘-150×150.’.$path_parts[‘extension’], $thumb);

    Not dynamic at all, but whatever.

    Plugin Author ulfben

    (@ulfben)

    I can’t for the life of me see why your thumbnail paths doesn’t work. All of my installations kept on humming. :/

    If you figure something out, please let us know.

    Thread Starter Robert Ying

    (@rbtying)

    Yeah, I’ll investigate more in 2012 (6 more hours!); the problem doesn’t seem to be with your plugin so much as the WordPress API call.

    I think that it’s missing metadata in the database, or something, but for now my str_replace hack works.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Flash Gallery] Image thumbnails not sizing correctly’ is closed to new replies.