Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit ec7ad47

Browse files
committed
Add mobile friendly note and attribution
1 parent 41a9c64 commit ec7ad47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/examples/cats/app.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@ const App = React.createClass({
160160
<li>Image Zoom</li>
161161
<li>Flexible rendering using src values assigned on the fly</li>
162162
<li>Image preloading for smoother viewing</li>
163-
<li>Few dependencies</li>
163+
<li>
164+
Mobile friendly, with pinch to zoom and swipe
165+
(Thanks, <a href="https://github.com/webcarrot">@webcarrot</a>!)
166+
</li>
164167
<li>No external CSS</li>
165168
</ul>
166169

0 commit comments

Comments
 (0)