You are here

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
  1. .tgf-slides div,
  2. .tgf-slides a {
  3. display: inline-block;
  4. position: relative;
  5. }
  6. .tgf-slides img {
  7. margin: 0;
  8. display: block;
  9. }
  10. /*
  11. * Responsive.
  12. */
  13. .tgf-carousel-container.tgf-responsive,
  14. .tgf-container.tgf-responsive {
  15. width: 100%;
  16. }
  17. .tgf-container.tgf-responsive .tgf-slides img {
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .tgf-container.tgf-responsive .tgf-controls-container {
  22. width: 100%;
  23. }