Is there any alternative to timthumb?
Or how can i call an image into a div without it?
<img class="centerimage" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php get_image_url(); ?>&h=250&w=200&zc=1" alt="" />
I made a custom template, based on another one, it still uses tmthumb, is there any way to load an image without it?
Thanks in advance.