diff --git a/_config.yml b/_config.yml
index 935b69d..81e858d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -232,6 +232,7 @@ jekyll-diagrams:
# configuration, see https://github.com/zhustec/jekyll-diagrams.
# feel free to comment out this section if not using jekyll diagrams.
+
# -----------------------------------------------------------------------------
# Optional Features
# -----------------------------------------------------------------------------
@@ -249,6 +250,7 @@ enable_project_categories: true # enables categorization of projects into
# multiple categories
enable_medium_zoom: true # enables image zoom feature (as on medium.com)
+
# -----------------------------------------------------------------------------
# Library versions
# -----------------------------------------------------------------------------
diff --git a/_includes/responsive_img.html b/_includes/responsive_img.html
index 941a851..bbb45cf 100644
--- a/_includes/responsive_img.html
+++ b/_includes/responsive_img.html
@@ -1,8 +1,6 @@
-{% assign largest = resized | sort: 'width' | last %}
-{% capture srcset %}
-{% for i in resized %}
- {{ i.path | relative_url }} {{ i.width }}w,
-{% endfor %}
-{% endcapture %}
-
-
+
+ {% for i in resized %}
+
+ {% endfor %}
+
+