Skip to content

Commit 3aec8a8

Browse files
committed
Replace explicit width and height with stretch class
Rather than messing around with height and weight attributes on <img> elements, just use the "stretch" CSS class to fill the available slide canvas.
1 parent ceb451f commit 3aec8a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

itnot/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,30 +40,30 @@
4040
</section>
4141
<!–– Slide1 ––>
4242
<section>
43-
<img src="pics/slide1.png" width=70% height=70%></th>
43+
<img src="pics/slide1.png" class="stretch"></th>
4444
<aside class="notes">
4545
<p>So! Hello everyone, my name is Elena "I won't pronounce" Lindqvist and I am here to tell you about using smartNICs with OpenStack.</p>
4646
<p>I work at Ericsson as a systems manager. That's *systems* manager, so ... </p>
4747
</aside>
4848
</section>
4949
<!–– Slide2 ––>
5050
<section>
51-
<img src="pics/slide2_meeting.jpg" width=70% height=70%></th>
51+
<img src="pics/slide2_meeting.jpg" class="stretch"></th>
5252
<aside class="notes">
5353
... not this ...
5454

5555
</aside>
5656
</section>
5757
<!–– Slide3 ––>
5858
<section>
59-
<img src="pics/slide3_HDS.jpg" width=70% height=70%></th>
59+
<img src="pics/slide3_HDS.jpg" class="stretch"></th>
6060
<aside class="notes">
6161
but this ...
6262
</aside>
6363
</section>
6464
<!–– Slide4 ––>
6565
<section>
66-
<img src="pics/slide3_datacenter.jpg" width=70% height=70%></th>
66+
<img src="pics/slide3_datacenter.jpg" class="stretch"></th>
6767
<aside class="notes">
6868
or this ...
6969
</aside>

0 commit comments

Comments
 (0)