File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components-examples/material/tabs/tab-group-preserve-content Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
width ="560 "
7
7
height ="315 "
8
8
src ="https://www.youtube.com/embed/B-lipaiZII8 "
9
- frameborder =" 0 "
9
+ style =" border: 0 "
10
10
allow ="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture "
11
11
allowfullscreen > </ iframe >
12
12
</ mat-tab >
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export class ContentElementDialog {
240
240
<h2 mat-dialog-title>Neptune</h2>
241
241
242
242
<mat-dialog-content>
243
- <iframe frameborder=" 0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
243
+ <iframe style="border: 0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
244
244
</mat-dialog-content>
245
245
246
246
<mat-dialog-actions>
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ export class LegacyContentElementDialog {
232
232
<h2 mat-dialog-title>Neptune</h2>
233
233
234
234
<mat-dialog-content>
235
- <iframe frameborder=" 0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
235
+ <iframe style="border: 0" src="https://en.wikipedia.org/wiki/Neptune"></iframe>
236
236
</mat-dialog-content>
237
237
238
238
<mat-dialog-actions>
You can’t perform that action at this time.
0 commit comments