diff options
author | Victor Häggqvist <[email protected]> | 2016-01-16 23:57:29 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2016-01-16 23:57:29 +0100 |
commit | 0f79595c57940300b7d6568a0b7ee78966bad607 (patch) | |
tree | c4aeb31ecc17c55994dddc5ff5256dd964ffced2 /demotemplate.html.jinja | |
parent | c79e99181bca83d046d6940e50355277dd0f9caf (diff) |
demo image size warning
Diffstat (limited to '')
-rw-r--r-- | demotemplate.html.jinja | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demotemplate.html.jinja b/demotemplate.html.jinja index fc2da59..ea36579 100644 --- a/demotemplate.html.jinja +++ b/demotemplate.html.jinja @@ -19,6 +19,7 @@ <header> <h1>Image Lightbox<span>Responsive & Touch-Friendly</span></h1> <p>View source of demos on <a href="https://github.com/victorhaggqvist/touch-imagelightbox/tree/gh-pages">Github</a>.</p> + <p style="color: #353535; font-size: 13px;">Fair waring to mobile users, big image are can be up to about 5MB each.</p> </header> {% for d in demos %} |