diff --git a/app/views/passports/show.html.erb b/app/views/passports/show.html.erb index efd580f..7ed81c2 100644 --- a/app/views/passports/show.html.erb +++ b/app/views/passports/show.html.erb @@ -140,7 +140,7 @@ <% @passport.image.try do |image| %>
- <%= image_tag url_for(image), id: :image, class: 'img-fluid' %> + <%= image_tag url_for(image), id: :image, class: 'img-fluid', style: 'max-height: 600px' %>
<% end %>