Viewing 1 replies (of 1 total)
  • Thread Starter Zade

    (@nothin7)

    Here is how I resolved this issue. In image-gallery-reloaded.php, replace:

    $output .= '<a href="' . $link . '">';

    with

    $output .= '<a href="' . $img . '">';

    and replace

    wp_get_attachment_image_src($id, $size);

    with

    wp_get_attachment_image_src($id, 'large');

Viewing 1 replies (of 1 total)
  • The topic ‘Set source image size’ is closed to new replies.