-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodal-2a.html
More file actions
38 lines (36 loc) · 1.71 KB
/
modal-2a.html
File metadata and controls
38 lines (36 loc) · 1.71 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
27
28
29
30
31
32
33
34
35
36
37
38
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title text-center" id="myModalLabel">Laser Optics : High Speed Solenoid Measurement</h4>
</div>
<div class="modal-body">
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/LAS_INJsetup-large.jpg" />
<img class="img-responsive" src="img/LAS_INJsetup-small.jpg" alt="Picture of laser injector setup 1" data-toggle="modal" data-target="#featured">
</picture>
</figure>
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/LAS_INJcell-large.jpg" />
<img class="img-responsive" src="img/LAS_INJcell-small.jpg" alt="Picture of laser injector setup 2" data-toggle="modal" data-target="#featured">
</picture>
</figure>
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/LAS_INJcell2-large.jpg" />
<img class="img-responsive" src="img/LAS_INJcell2-small.jpg" alt="Picture of laser injector setup 3" data-toggle="modal" data-target="#featured">
</picture>
</figure>
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/LAS_INJmap-large.jpg" />
<img class="img-responsive" src="img/LAS_INJmap-small.jpg" alt="Picture of laser injector setup 4" 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>