Skip to content

Commit

Permalink
adjust body box image size
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Dec 14, 2023
1 parent b46a134 commit 0703039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<!-- Image -->
<% if has_image?("body_box_image_#{num}") %>
<%= link_to link_for("body_box_link_url_#{num}") do %>
<%= image_tag(image_url("body_box_image_#{num}", resize_to_fill: [198, 132]), width: "198", height: "132", style: "width:100%; max-width:100%; display:block; margin:0 auto;") %>
<%= image_tag(image_url("body_box_image_#{num}", resize_to_fill: [238, 134]), width: "238", height: "134", style: "width:100%; max-width:100%; display:block; margin:0 auto;") %>
<% end %>
<% end %>

Expand Down

0 comments on commit 0703039

Please sign in to comment.