temparus_gallery 0.1.1
temparus_gallery: ^0.1.1 copied to clipboard
This is an image-gallery for use with images and youtube videos on a website.
TemparusGallery #
An image gallery supporting youtube videos. Font-awesome is required!
Usage #
Attention! Font-awesome is required for this gallery. More information on http://fortawesome.github.io/Font-Awesome/.
HTML:
<link rel="stylesheet" href="font-awesome.min.css" />
<div id="gallery">
<a href="image1.jpg"><img src="image1.jpg" alt="caption" /></a>
<a href="image2.jpg"><img src="image2.jpg" alt="caption" /></a>
<a href="image3.jpg"><img src="image3.jpg" alt="caption" /></a>
</div>
DART:
import 'package:TemparusGallery/TemparusGallery.dart';
main() {
var gallery = new TemparusGallery(querySelector('#gallery'));
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.