Skip to content

Commit

Permalink
image size changed
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Dec 13, 2020
1 parent 277e62b commit 85b82f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/unsplash.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
{% block page_content %}
<h1 class="cap">Unsplash Finder</h1>

<img class="responsive" src="https://source.unsplash.com/960x800/?flower">
<img class="responsive" src="https://source.unsplash.com/600x400/?flower" width="400" height="300">
<p>Source</p>

<img class="responsive" src="https://source.unsplash.com/collection/827743/960x800">
<img class="responsive" src="https://source.unsplash.com/collection/827743/600x400" width="400" height="300">
<p>Source</p>

{% endblock %}
Expand Down

0 comments on commit 85b82f7

Please sign in to comment.