- Posts: 3
- Thank you received: 0
Resize logos
- Thomas Thomas
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
7 years 8 months ago - 7 years 8 months ago #9230
by Thomas Thomas
Resize logos was created by Thomas Thomas
How can the logos be automatically resized according to screen size (PC, iPad, iPhone, etc)? Anyway the logos can be made responsive ie:resized automatically?
Please see thomasvt.ddns.net for the issue. The default banner resizes correctly, whereas the OT scroller banner does not resize well.
Please see thomasvt.ddns.net for the issue. The default banner resizes correctly, whereas the OT scroller banner does not resize well.
Last edit: 7 years 8 months ago by Thomas Thomas.
Please Log in or Create an account to join the conversation.
7 years 8 months ago #9232
by Ha Pham
Replied by Ha Pham on topic Resize logos
Hi,
image's size not resize automatically
You can add css code with your screen with what you need to change,example with tablet view::
@media (min-width:768px) and (max-width:991px) {
.the-carousel {width: 100% !important }
.the-carousel .ot_content {width: 50% !important}
}
image's size not resize automatically
You can add css code with your screen with what you need to change,example with tablet view::
@media (min-width:768px) and (max-width:991px) {
.the-carousel {width: 100% !important }
.the-carousel .ot_content {width: 50% !important}
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.183 seconds