- Posts: 14116
- Thank you received: 1639
How to disable that pictures are cut off in hight?
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
11 years 8 months ago #33612
by ivan.milic
Replied by ivan.milic on topic How to disable that pictures are cut off in hight?
are your images same size?
Please Log in to join the conversation.
-
Wilcken
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 8 months ago #33616
by Wilcken
Replied by Wilcken on topic How to disable that pictures are cut off in hight?
No - pictures are not same size.
If you look at the 4 pictures you can see that they are not the same height.
Could you maybe put all your questions in one reply, so that we do not need to wait for each other after every question?
If you look at the 4 pictures you can see that they are not the same height.
Could you maybe put all your questions in one reply, so that we do not need to wait for each other after every question?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #33626
by ivan.milic
Replied by ivan.milic on topic How to disable that pictures are cut off in hight?
I bit confused I see border around carousel what you want it to look like
Please Log in to join the conversation.
-
Wilcken
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
11 years 8 months ago #33639
by Wilcken
Replied by Wilcken on topic How to disable that pictures are cut off in hight?
thats not the border - thats just space/padding in the module position.
I have now set the border to 15 and made it purple. Now you can see that the picture is cut in size and the purple border is not showing.
The border I want is the same as i had with your free version - i only updated to get more options.
I have now set the border to 15 and made it purple. Now you can see that the picture is cut in size and the purple border is not showing.
The border I want is the same as i had with your free version - i only updated to get more options.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #33651
by ivan.milic
Replied by ivan.milic on topic How to disable that pictures are cut off in hight?
Add this to your main template css file:
div#header_hotslider div#slide-holder img {
max-width: 565px;
max-height: 230px;
margin: 15px;
}
div#header_hotslider div#slide-holder img {
max-width: 565px;
max-height: 230px;
margin: 15px;
}
Please Log in to join the conversation.
Time to create page: 0.103 seconds