Skip to content

Commit 556767a

Browse files
authored
Remove image heights to prevent GitHub’s styling from changing the aspect ratio
1 parent bf24553 commit 556767a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
A slider control designed to be easy to grab and use because it can be dragged or tapped from anywhere along its track, similar to the sliders in Control Center and HomeKit.
99

10-
<img src="Screenshots/in_use.gif" alt="Animation of TactileSliders in various orientations being clicked and dragged in the iOS simulator, followed by a transition from light to dark appearance" width="363" height="358" />
10+
<img src="Screenshots/in_use.gif" alt="Animation of TactileSliders in various orientations being clicked and dragged in the iOS simulator, followed by a transition from light to dark appearance" width="363" />
1111

1212
## Features
1313

@@ -78,7 +78,7 @@ slider.isPointerInteractionEnabled = true // display a hover effect when under t
7878

7979
### Interface Builder
8080

81-
<img src="Screenshots/IBDesignable.png" alt="screenshot of Xcode Interface Builder demonstrating a TactileSlider being customized using the graphical interface" width="764" height="514" />
81+
<img src="Screenshots/IBDesignable.png" alt="screenshot of Xcode Interface Builder demonstrating a TactileSlider being customized using the graphical interface" width="764" />
8282

8383
## Author
8484

0 commit comments

Comments
 (0)