Hi,
I see the html code:
<div class="hikashop_product_main_image_thumb" id="hikashop_image_main_thumb_div" style="height:380px;">
which means that you have specified a maximum height for thumbnails.
You can set "0" to the thumbnail height in order to not have such height restriction or you can edit the view "product | show_block_img" and replace the line:
<div class="hikashop_product_main_image_thumb" id="hikashop_image_main_thumb_div<?php echo $variant_name;?>" <?php echo $style;?> >
By:
<div class="hikashop_product_main_image_thumb" id="hikashop_image_main_thumb_div<?php echo $variant_name;?>">
Regards,