README.txt |
README.txt |
|
-- SUMMARY --
The Total Gallery Formatter module creates a gallery formatter for image
fields with more than one number of values, It gives you the full control
over its funtionality and styling.
This module can use colorbox if you have installed… |
tgf-elegant.css |
styles/elegant/tgf-elegant.css |
|
.tgf-slides img {
border-radius: 5px;
display: block;
}
/**
* Only Carousel.
*/
.tgf-carousel-container {
background: url(images/tgf-elegant-bg-pag.jpg) bottom repeat-x;
border-radius: 5px;
box-sizing: border-box;
display:… |
total-gallery-formatter.css |
css/total-gallery-formatter.css |
|
.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:… |
total_gallery_formatter.info |
total_gallery_formatter.info |
|
name = Total Gallery Formatter
description = A gallery formatter that gives you the Total control.
package = Fields
core = 7.x
dependencies[] = libraries
dependencies[] = jquery_update |
total_gallery_formatter.install |
total_gallery_formatter.install |
|
The total gallery formatter requirements. |
total_gallery_formatter.module |
total_gallery_formatter.module |
|
A gallery formatter that gives you the Total control. |