almost 9 years ago
Hello Friends,
Generally we resize image after uploading. If you are looking to resize image with codelgniter. Please follow the code below:
// Include gd library $config['image_library'] = 'gd2'; // Define your source image path $config['source_image'] = $data['upload_data']["full_path"]; // You can create thumb with true, false status $config['create_thumb'] = false; $config['maintain_ratio'] = FALSE; // Define image height and width $config['width'] = 200; $config['height'] = 200; // Initialize library and resize the image $this->load->library('image_lib', $config); $this->image_lib->resize();
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
0 Comment(s)