Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/KitchenSink/views/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/KitchenSink/views/Gallery.css

/* device size screen - http://itnotepad.ru/wp-content/uploads/2013/02/screentablephone1.jpg */

.dx-gallery {
    position: absolute;

}

@media only screen 
and (orientation : portrait) {
    .dx-gallery-item {
        display: table;
    }
    .gallery-item {
        display: table-cell;
        vertical-align: middle;
    }
    .gallery-item > img {
        width: 100%;
    }
}

@media only screen 
and (orientation : landscape) {
    .gallery-item  {
        text-align: center;
    }
    .gallery-item > img {
        height: 100%;
    }
}