Skip to content

Commit

Permalink
Resizing Images In Sample Page
Browse files Browse the repository at this point in the history
Issues with resizing attribute in browsers like Firefox and Edge, so we
changed the image size.
  • Loading branch information
clj13001 committed Nov 9, 2016
1 parent dc0300e commit 6d222f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/ListingBootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4>Operating Systems</h4>
<h2>Available Devices</h2>
<div style="border: solid; border-width: thin; padding: 15px;">
<div style = "display: inline-block; text-align: center;">
<img src="imgs/iphone.png" style="display: block; height: 20%;">
<img src="imgs/iphone.png" style="display: block;">
George
</div>
<div style="display: inline-block; width: 200px; text-align: center; vertical-align: center;"><p>George is probably the coolest iPhone to exist. Ever. Point blank, period.</p><button type="button" style="display: block; margin: auto;">Order device</button>
Expand All @@ -77,7 +77,7 @@ <h2>Available Devices</h2>
<br>
<div style="border: solid; border-width: thin; padding: 15px;">
<div style = "display: inline-block; text-align: center;">
<img src="imgs/ipad.png" style="display: block; height: 20%;">
<img src="imgs/ipad.png" style="display: block;">
Linkin Park
</div>
<div style="display: inline-block; width: 200px; text-align: center; vertical-align: center;"><p>"The hardest part of ending is starting again."</p><button type="button" style="display: block; margin: auto;">Order device</button>
Expand Down
Binary file modified html/imgs/ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified html/imgs/iphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d222f2

Please sign in to comment.