Yes, by default we use 100% wide images to keep them responsive. If you want to remove this Please add this code to
override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
.itemImageBlock img { width: auto !important}
and then just remember to enable "Use override CSS" option in template advanced settings tab.