Speaker images in NewsShow

GK User
Mon Feb 15, 2016 9:05 am
I'm sure that this has been discussed before, but my module manager won't let me change the gk News Show Module. This might be due to the quick start option used at installation.

I want all of my preview images on this page
http://guides-berlin.org/index.php/guides

to be the same size and shape. Preferably square or circular, but all the same size.
At the moment the module resizes the images based on their original size.

thanks
User avatar
Fresh Boarder

teitbite
Thu Feb 18, 2016 9:53 am
Hi

I'm not entirely sure what You are asking for, but this code should remove the changes to the images:

Code: Select all
.speakers .itemImageBlock img {
    border-radius: 0;
    transform: scale(1) !important;
    transition: none 0s ease 0s ;
}

.speakers .itemImageBlock {
    border-radius: 0;
    transform: scale(1) !important;
}

.events .itemImageBlock, .eventslist-date, .item-info, .events .itemImageBlock {
    width: auto;
}
User avatar
Moderator


cron