Topic: How do I set the web banner size full screen on all big size screen resolution
sosmdbpro pro asked 6 years ago
More than 1980 screen resolution how do I set the full screen size web banner
Ollie Vincent pro answered 6 years ago
Hi,
I would just use a simple media query like:
@media(min-width:1980px){.carousel{height:100vh;}}
Hope that helps
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Bartłomiej Malanowski staff commented 6 years ago
Could you please provide us your code?sosmdbpro pro commented 6 years ago
https://mdbootstrap.com/previews/docs/latest/html/carousel/image/index.html for this carousel how much size the image height will be given and how this carousel will fit to all big size desktop screen and small size desktop screen.