File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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%}
Original file line number Diff line number Diff 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%}
You can’t perform that action at this time.
0 commit comments