Skip to content

Commit

Permalink
#1219 Change thumbnail into responsive image
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 8, 2015
1 parent 4db4c59 commit 62f4838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstage/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<div class="modal-body">
<div class="row">
<div class="col-sm-8">
<div class="thumbnail"><img src="../themes/<?php echo $temp ?>/screenshot.png" /></div>
<img class="img-responsive" src="../themes/<?php echo $temp ?>/screenshot.png" />
</div>
<div class="col-sm-4">
<h2><?php echo $theme_info->name; ?> <small><?php printf($lang['version'], $theme_info->version) ?></small></h2>
Expand Down

0 comments on commit 62f4838

Please sign in to comment.