Hi, how can i increase the height of the portfolio thumbnails when viewing all. and in individual portfolio pages how can i increase the height of the featured image? thanks in advance.
to increase images sizes, you need to play with add_image_size() functions in functions/theme-functions.php file. But you should to know that you won`t be able to make any updates in future because this file will be overwritten by our theme files.
Comments
to increase images sizes, you need to play with add_image_size() functions in functions/theme-functions.php file. But you should to know that you won`t be able to make any updates in future because this file will be overwritten by our theme files.
Thanks for understanding!