Skip to content

Commit cdbe184

Browse files
committed
Data-nav
1 parent 6cee470 commit cdbe184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/home/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3 style="cursor: pointer; " onclick="javascript: window.location.href='/read/{
4949
<div class="col-lg-8" style="text-align: left">
5050
{{ snap(post.Content)|safe }}
5151
{% if getimages(post.Id) %}
52-
<div class="fotorama" data-nav="thumbs">
52+
<div class="fotorama" data-nav="thumbs" data-allowfullscreen="true">
5353
<hr />
5454
{% for image in getimages(post.Id) %}
5555
{% set im = "/static/files/th_"~image.ImageName%}

templates/home/read.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>{{ post.Title }}</h3>
2626
{% endfor %}<hr />
2727
{% endif %}
2828
{% if getimages(post.Id) %}
29-
<div class="fotorama" data-nav="thumbs">
29+
<div class="fotorama" data-nav="thumbs" data-allowfullscreen="true">
3030
<hr />
3131
{% for image in getimages(post.Id) %}
3232
{% set im = "/static/files/th_"~image.ImageName%}

0 commit comments

Comments
 (0)