Skip to content

Commit

Permalink
Increase size of image on show image
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jan 19, 2024
1 parent be54ecd commit 7627ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/controllers/images/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
add_page_title(:image_show_title.t(name: @image.unique_format_name))
add_pager_for(@image)
add_tab_set(show_image_tabs(image: @image))
@container = :wide
@container = :full
%>

<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion app/views/controllers/images/show/_image_panel.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="panel-body">

<%= interactive_image(@image,
size: :medium,
size: :huge,
image_link: {},
img_class: "huge-image",
theater_on_click: true,
Expand Down

0 comments on commit 7627ba6

Please sign in to comment.