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 66 width ="560 "
77 height ="315 "
88 src ="https://www.youtube.com/embed/B-lipaiZII8 "
9- frameborder =" 0 "
9+ style =" border: 0 "
1010 allow ="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture "
1111 allowfullscreen > </ iframe >
1212 </ mat-tab >
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export class ContentElementDialog {
240240 <h2 mat-dialog-title>Neptune</h2>
241241
242242 <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>
244244 </mat-dialog-content>
245245
246246 <mat-dialog-actions>
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ export class LegacyContentElementDialog {
232232 <h2 mat-dialog-title>Neptune</h2>
233233
234234 <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>
236236 </mat-dialog-content>
237237
238238 <mat-dialog-actions>
You can’t perform that action at this time.
0 commit comments