- Posts: 298
- Thank you received: 7
Secondary images / child images not showing properly
1 month 3 weeks ago #372903
by a2zcs
Secondary images / child images not showing properly was created by a2zcs
-- url of the page with the problem -- :
bromarprintstore.com/maine-maritime/prod...tical-business-cards
-- HikaShop version -- : 6.5.2
-- Joomla version -- : 5.4.7
-- PHP version -- : 8.3.31
-- Browser(s) name and version -- : chrome
On my product pages the child images are showing at 25px high and 100% wide, distorted. Not sure what is causing this. Screenshot here, the site is password protected, but I can provide credentials if necessary. snipboard.io/fBYLiQ.jpg
Please advise how to fix this so they are back side by side
-- HikaShop version -- : 6.5.2
-- Joomla version -- : 5.4.7
-- PHP version -- : 8.3.31
-- Browser(s) name and version -- : chrome
On my product pages the child images are showing at 25px high and 100% wide, distorted. Not sure what is causing this. Screenshot here, the site is password protected, but I can provide credentials if necessary. snipboard.io/fBYLiQ.jpg
Please advise how to fix this so they are back side by side
Please Log in or Create an account to join the conversation.
1 month 3 weeks ago #372905
by nicolas
Replied by nicolas on topic Secondary images / child images not showing properly
Hello,
This is a problem on our side and it is already fixed. The product images now carry their width and their height so that the browser can reserve their space before they load, but the small thumbnails under the main image are sized by their height in the styles, so that added width made them wide and flat. The fix went in a few days after the 6.5.2 release, so your 6.5.2 build does not have it yet. Please download the install package again from your subscription page and install it over your current version :
www.hikashop.com/my-account/your-subscriptions.html
If you would rather not update right now, adding this to your template CSS gives the same result :
This is a problem on our side and it is already fixed. The product images now carry their width and their height so that the browser can reserve their space before they load, but the small thumbnails under the main image are sized by their height in the styles, so that added width made them wide and flat. The fix went in a few days after the 6.5.2 release, so your 6.5.2 build does not have it yet. Please download the install package again from your subscription page and install it over your current version :
www.hikashop.com/my-account/your-subscriptions.html
If you would rather not update right now, adding this to your template CSS gives the same result :
Code:
img.hikashop_child_image {
width: auto;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.213 seconds