Skip to content

Commit 514625a

Browse files
committed
Fix images
1 parent 950e725 commit 514625a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
$('.blogpost').addClass('fa fa-file-text').attr('title', 'Blog Post');
118118
$('#content ul').addClass('collection');
119119
$('#content ul li').addClass('collection-item');
120+
$('#content img').addClass('responsive-img');
120121
});
121122
</script>
122123
{% if site.google_analytics_id != "" %}

0 commit comments

Comments
 (0)