Welcome Guest, Not a member yet? Register   Sign In
thumb_marker
#1

[eluser]Gabi3xz[/eluser]
I have code
Code:
$config['image_library'] = 'gd2';
        $config['source_image'] = 'file:///D:/wamp/www/CodeIgniter/images/user/gabi.jpg';
        $config['thumb_marker'] = TRUE;
        $config['maintain_ratio'] = TRUE;
        $config['width'] = 30;
        $config['height'] = 30;

        $this->load->library('image_lib', $config);

        $this->image_lib->resize();
  
echo '<img src="gabi_thumb.jpg" alt="asdf" />';
How create a thumbail with thumb_marker?
#2

[eluser]Gabi3xz[/eluser]
even an example of this type please Big Grin




Theme © iAndrew 2016 - Forum software by © MyBB