changes large size to original for gallery images
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<% answer.images.reverse.each_with_index do |image, index| %>
|
||||
<li class="orbit-slide <%= active_class(index) %>">
|
||||
<%= link_to image.attachment.url(:original), target: "_blank" do %>
|
||||
<%= image_tag image.attachment.url(:large),
|
||||
<%= image_tag image.attachment.url(:original),
|
||||
class: "orbit-image",
|
||||
alt: image.title %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user