Mini K2 Portfolio view no longer crops images
- Posted by Dotty (3) Offline
				I've just upgraded K2 and Mini K2 my site and the portfolio view is distorting all the images.
Example: bit.ly/1c0fBEW
In the previous version of Mini K2 the images were cropped and this worked far better for my purposes.
Any help/comments appreciated and thanks you again for making this excellent module freely available to the community.
						
								12 years 2 months ago								#1
				by Dotty
			
		Example: bit.ly/1c0fBEW
In the previous version of Mini K2 the images were cropped and this worked far better for my purposes.
Any help/comments appreciated and thanks you again for making this excellent module freely available to the community.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
				Hello
is it possible for you to try this by editing
/modules/mod_minik2/tmpl/portfolio/default.php
add the following
right just below this lines
			
						
								12 years 2 months ago								#2
				by erwinschro
			
		is it possible for you to try this by editing
/modules/mod_minik2/tmpl/portfolio/default.php
add the following
$option = 'crop';right just below this lines
defined('_JEXEC') or die('Restricted access');Please Log in or Create an account to join the conversation.
- Posted by Dotty (3) Offline
				Wow! that worked perfectly - thank you so much. Support for a free module in under a half hour.
I've added my review to the JED as a small thank you.
						
								12 years 2 months ago								#3
				by Dotty
			
		I've added my review to the JED as a small thank you.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
