Don’t enlarge images

Torey Heinz committed Jun 15, 2018
commit 7284bff83f6f357c4633d7163936c5a06a25b778
Showing 2 changed files with 1 additions and 2 deletions
app/views/pages/layouts/default.liquid +1 -1
@@ @@ -69,7 +69,7 @@ is_layout: true
{% block 'main' %}
{% if featured_image != blank %}
<div class="featured_image">
- <img class="thumbnail" title="{{ page.title }}" alt="{{ page.title }}" src="{{ featured_image | resize: '400x', optimize: 80 }}">
+ <img class="thumbnail" title="{{ page.title }}" alt="{{ page.title }}" src="{{ featured_image | resize: '400x>', optimize: 80 }}">
</div>
{% endif %}
{% editable_text "content" %}Hola!{% endeditable_text %}
app/views/pages/why-castings.liquid +0 -1
@@ @@ -14,6 +14,5 @@ editable_elements:
the technical support resulting in the most effective solution.<br><br>We encourage
you to read up on creative casting developments at Modern Casting, a publication
of the American Foundry Society.
- main/featured_image: samples/assets/13-70-schlauch.jpg
---
{% extends "layouts/default" %}