Viewing 1 replies (of 1 total)
  • Thread Starter Rok Balboa

    (@rok-balboa)

    Ok I figured it out:

    // show ‘large’ image instead of default ‘full’
    // in wp-simple-gallery.php file, row 190, $url = wp_get_attachment_url($id); replace with this;
    $url_od_large = wp_get_attachment_image_src( $id, ‘large’ );
    $url = $url_od_large[0];

Viewing 1 replies (of 1 total)
  • The topic ‘Image size in Colorbox’ is closed to new replies.