NiceThemesSize of pictures in portfolio pages – NiceThemes http://nicethemeswp.com/forums/topic/size-of-pictures-in-portfolio-pages/feed/ Tue, 22 Apr 2025 12:40:11 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/size-of-pictures-in-portfolio-pages/#post-1217 <![CDATA[Size of pictures in portfolio pages]]> http://nicethemeswp.com/forums/topic/size-of-pictures-in-portfolio-pages/#post-1217 Wed, 27 Mar 2013 15:42:44 +0000 maloria Hi Juan,

How can I change the size of the images in individual portfolio entries? They are too big…

Thanks!
D

]]>
http://nicethemeswp.com/forums/topic/size-of-pictures-in-portfolio-pages/#post-1218 <![CDATA[Reply To: Size of pictures in portfolio pages]]> http://nicethemeswp.com/forums/topic/size-of-pictures-in-portfolio-pages/#post-1218 Wed, 27 Mar 2013 16:01:32 +0000 Juanfra Aldasoro Hi D,

You can edit the file single-portfolio.php, lines #52 and #66.

nice_image( array ( 'echo' => 0, 'width' => 730, 'class' => 'wp-post-image', 'src' => $src ) ). "\n";

You can set the height by putting something like this:

nice_image( array ( 'echo' => 0, 'width' => 730, 'height' => 400, 'class' => 'wp-post-image', 'src' => $src ) ). "\n";

Best,
Juan.

]]>