-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodal-2b.html
More file actions
26 lines (24 loc) · 1.04 KB
/
modal-2b.html
File metadata and controls
26 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title text-center" id="myModalLabel">Low Voltage DC System : Engine Test and Measurement</h4>
</div>
<div class="modal-body">
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/LowVsys_EngineTest1-large.jpg" />
<img class="img-responsive" src="img/-small.jpg" alt="Picture of Engine Test Cell" data-toggle="modal" data-target="#featured">
</picture>
</figure>
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/LowVsys_EngineTest2-large.jpg" />
<img class="img-responsive" src="img/-small.jpg" alt="Picture of Engine Test Cell" data-toggle="modal" data-target="#featured">
</picture>
</figure>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>