total-gallery-formatter.css in Total Gallery Formatter 7
.tgf-slides div,
.tgf-slides a {
display: inline-block;
position: relative;
}
.tgf-slides img {
margin: 0;
display: block;
}
/*
* Responsive.
*/
.tgf-carousel-container.tgf-responsive,
.tgf-container.tgf-responsive {
width: 100%;
}
.tgf-container.tgf-responsive .tgf-slides img {
width: 100%;
height: 100%;
}
.tgf-container.tgf-responsive .tgf-controls-container {
width: 100%;
}
File
css/total-gallery-formatter.css
View source
- .tgf-slides div,
- .tgf-slides a {
- display: inline-block;
- position: relative;
- }
- .tgf-slides img {
- margin: 0;
- display: block;
- }
-
- /*
- * Responsive.
- */
- .tgf-carousel-container.tgf-responsive,
- .tgf-container.tgf-responsive {
- width: 100%;
- }
- .tgf-container.tgf-responsive .tgf-slides img {
- width: 100%;
- height: 100%;
- }
- .tgf-container.tgf-responsive .tgf-controls-container {
- width: 100%;
- }