- Posts: 3
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- Wide thumbnails goes outside the frame [SOLVED!]
Wide thumbnails goes outside the frame [SOLVED!]
- bille88
-
Topic Author
- Offline
- New Member
Let me start by saying what a nice app! It is simple and just what one is looking for.
Unfortunately I have a little problem with wide images (1800x900). The thumbnails is going outside the framebox.
Please se the attached image.
Has anyone encountered the same problem?
Kind regards
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Thank you.
Please Log in or Create an account to join the conversation.
- bille88
-
Topic Author
- Offline
- New Member
- Posts: 3
Is a link to your gallery page available in order to check it out?
Thank you.
Yes, please see: alturl.com/69hwo
:)
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Just add this:
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {height:100% !important;}
in your template's css file to solve this issue.
Please Log in or Create an account to join the conversation.
- bille88
-
Topic Author
- Offline
- New Member
- Posts: 3
The issue is that your template's css has a global height:auto !important; rule declaration which overrides the thumbnail's image height.
Just add this:
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {height:100% !important;}
in your template's css file to solve this issue.
Thank you so much, this solved the problem :) Thanks!
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- Wide thumbnails goes outside the frame [SOLVED!]