Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

exclamation-circle Thumbnail images smaller.

More
11 years 5 months ago #1122 by drum7215
Thumbnail images smaller. was created by drum7215
Hi,

I have installed this module and noticed that thumbnail images displayed are smaller than the image width and height specified to be displayed in a module.
I want that the thumbnail image should cover the whole box mentioned for the images.Is that possible???
Need help!!!

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1130 by admin
Replied by admin on topic Re: Thumbnail images smaller.
Hello,
you will need a little of CSS adjustment, it is just a matter of getting rid of the borders around the images
.newshead .picture {
    border: none !important;
    padding: 0 !important;
}

should do the trick!

Olivier.
The following user(s) said Thank You: sprits2010

Please Log in or Create an account to join the conversation.