We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92fe18 commit 68929abCopy full SHA for 68929ab
README.md
@@ -3,11 +3,11 @@ This project demonstrates how to have an image on top of a UITableView that take
3
4
###Portrait
5
6
-<img src="portrait.png" alt="Portrait" style="width: 300px;"/>
+<img src="portrait.png" alt="Portrait" width="300" />
7
8
###Landscape
9
10
-<img src="landscape.png" alt="Portrait" style="width: 500px;"/>
+<img src="landscape.png" alt="Landscape" width="500" />
11
12
13
[Read the blog post here](http://villyg.com/2017/02/27/Adding-image-on-top-of-UITableView/)
0 commit comments