summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspider@app1 <spiderr@bitweaver.org>2016-06-21 12:08:45 -0400
committerspider@app1 <spiderr@bitweaver.org>2016-06-21 12:08:45 -0400
commit00ab577c251d0fdf4b113b3510b41f8c6af40fe0 (patch)
treee20cfa61894707953c8d611f650472fd039c72aa /templates
parent242484cb72f52ad2b93daf523707ae9d4587d820 (diff)
downloadfisheye-00ab577c251d0fdf4b113b3510b41f8c6af40fe0.tar.gz
fisheye-00ab577c251d0fdf4b113b3510b41f8c6af40fe0.tar.bz2
fisheye-00ab577c251d0fdf4b113b3510b41f8c6af40fe0.zip
img-responsive class
Diffstat (limited to 'templates')
-rw-r--r--templates/edit_image.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_image.tpl b/templates/edit_image.tpl
index 383ed0d..66cb30f 100644
--- a/templates/edit_image.tpl
+++ b/templates/edit_image.tpl
@@ -19,7 +19,7 @@
{formlabel label="Current Image"}
{forminput}
{if $gContent->mInfo.thumbnail_url.medium}
- <img src="{$gContent->mInfo.thumbnail_url.medium}?{math equation="1 + rand(1,9999)"}" alt="{$gContent->getTitle()|escape}" />
+ <img class="img-responsive" src="{$gContent->mInfo.thumbnail_url.medium}?{math equation="1 + rand(1,9999)"}" alt="{$gContent->getTitle()|escape}" />
<br />
<small>
<a href="{$gContent->getDownloadUrl()}">{tr}Full size{/tr}</a>
@@ -28,7 +28,7 @@
{/if}
</small>
{else}
- <img src="{$smarty.const.FISHEYE_PKG_URL}image/no_image.png" alt="{$gContent->getTitle()|escape}" />
+ <img class="img-responsive" src="{$smarty.const.FISHEYE_PKG_URL}image/no_image.png" alt="{$gContent->getTitle()|escape}" />
{/if}
{/forminput}
</div>