Skip to content

Commit

Permalink
Update show.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jul 24, 2018
1 parent 98d9f2c commit de4d09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notes/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<% if @node.main_image %>
<a class="main-image" style="max-width:100%;width:800px;" href="<%= @node.main_image.path(:original) %>">
<img style="max-height:600px;" class="img-rounded hidden-xs hidden-sm" src="<%= @node.main_image.path(:large) %>" />
<img style="max-height:600px;max-width:100%;" class="img-rounded hidden-xs hidden-sm" src="<%= @node.main_image.path(:large) %>" />
<img style="width:100%;" class="img-rounded visible-xs visible-sm" src="<%= @node.main_image.path(:large) %>" />
</a>
<!--<div class="expand"><a onClick="$('.main-image').toggleClass('compressed');"><i class="fa fa-angle-down"></i></a></div>-->
Expand Down

0 comments on commit de4d09f

Please sign in to comment.