Created
March 11, 2016 01:47
-
-
Save MuratOrs/dc4916e65b7ba66cfccc to your computer and use it in GitHub Desktop.
Drupal | Адаптативный View slider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.views_slideshow_cycle_main { | |
width: 100%; | |
} | |
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame { | |
width: 100% !important; | |
height: auto; | |
} | |
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row { | |
width: 100% !important; | |
height: auto; | |
} | |
.views_slideshow_cycle_main .field-content { | |
max-width: 100%; | |
width: 100%; | |
} | |
.views_slideshow_cycle_main .field-content img { | |
max-width: 100%; | |
width: 100%; | |
height: auto; | |
margin: 0; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment