Skip to content

Commit 65d3630

Browse files
donroycommalerba
authored andcommitted
fix(card): change image path to https in example (#7800)
1 parent c46ba07 commit 65d3630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/material-examples/card-fancy/card-fancy-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
}
44

55
.example-header-image {
6-
background-image: url('http://material.angular.io/assets/img/examples/shiba1.jpg');
6+
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
77
background-size: cover;
88
}

src/material-examples/card-fancy/card-fancy-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<mat-card-title>Shiba Inu</mat-card-title>
55
<mat-card-subtitle>Dog Breed</mat-card-subtitle>
66
</mat-card-header>
7-
<img mat-card-image src="http://material.angular.io/assets/img/examples/shiba2.jpg" alt="Photo of a Shiba Inu">
7+
<img mat-card-image src="https://material.angular.io/assets/img/examples/shiba2.jpg" alt="Photo of a Shiba Inu">
88
<mat-card-content>
99
<p>
1010
The Shiba Inu is the smallest of the six original and distinct spitz breeds of dog from Japan.

0 commit comments

Comments
 (0)