X Tutup
Skip to content

Commit e58a4e4

Browse files
Tidy up image credits
1 parent b19d0df commit e58a4e4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

samples/misc/NodeServicesExamples/Views/Home/ImageResizing.cshtml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
<code>brew install homebrew/science/vips</code>.
1515
</p>
1616

17-
<p>
18-
<em><a href="https://www.flickr.com/photos/dcoetzee/3572948635">Parrot</a>
19-
by <a href="https://www.flickr.com/photos/dcoetzee/">D Coetzee</a>
20-
is dedicated to the <a href="http://creativecommons.org/publicdomain/zero/1.0/">public domain (CC0)</a></em>
21-
</p>
22-
2317
<h3>100px wide [<a href="/resize/images/parrot.jpg?maxWidth=100">open</a>]</h3>
2418
<img src="/resize/images/parrot.jpg?maxWidth=100" />
2519

@@ -31,3 +25,10 @@
3125

3226
<h3>800px wide [<a href="/resize/images/parrot.jpg?maxWidth=800">open</a>]</h3>
3327
<img src="/resize/images/parrot.jpg?maxWidth=800" />
28+
29+
<p>
30+
<strong>Credit:</strong>
31+
<em><a href="https://www.flickr.com/photos/dcoetzee/3572948635">Parrot</a>
32+
by <a href="https://www.flickr.com/photos/dcoetzee/">D Coetzee</a>
33+
is dedicated to the <a href="http://creativecommons.org/publicdomain/zero/1.0/">public domain (CC0)</a></em>
34+
</p>

0 commit comments

Comments
 (0)
X Tutup