hi,
I'm wrong type items.php. Now, You must go to: administrator/components/com_k2/models/item.php
(item.php not items.php)
find Small image and replace
from
$imageWidth = $params->get('itemImageS', '200');
to
$imageWidth = Your Value;
Your value: is your size like.
Example: $imageWidth = 300;
300 we are replace from $params->get('itemImageS', '200')
You need re upload images.
You tried go to: templates/jf_creativia/css/style.css
find: .isotope-item (line 72)
change to
.isotope-item {
width: 300px;
height: 200px;
overflow: hidden;
}
Sorry for my confusion!
Joomfreak.