is it possible to change the size of the image on the single portfolio page. By default is wide but net very high. I owuld like normal ratio image there. Could you help me with this.
It is possible but this can be done only in theme files. So you must remember that you won`t be able update theme in the future because old files are always overwritten by new. But if you really want to do it then have a look into functions/theme-functions.php file where are add_image_sizes() functions. More informations about this function you can check at http://codex.wordpress.org/Function_Reference/add_image_size
Comments