@@ -29,22 +29,22 @@ export const Default: Story = {
2929 return (
3030 < MediaGallery { ...args } >
3131 < MediaGalleryItem >
32- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1000.jpg" />
32+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1000.jpg" alt = "Example Image " />
3333 </ MediaGalleryItem >
3434 < MediaGalleryItem >
35- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1010.jpg" />
35+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1010.jpg" alt = "Example Image " />
3636 </ MediaGalleryItem >
3737 < MediaGalleryItem >
38- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1022.jpg" />
38+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1022.jpg" alt = "Example Image " />
3939 </ MediaGalleryItem >
4040 < MediaGalleryItem >
41- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1030.jpg" />
41+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1030.jpg" alt = "Example Image " />
4242 </ MediaGalleryItem >
4343 < MediaGalleryItem >
44- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-2002.jpg" />
44+ < img src = "https://ui5 .github.io/webcomponents/images/HT-2002.jpg" alt = "Example Image " />
4545 </ MediaGalleryItem >
4646 < MediaGalleryItem >
47- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-2026.jpg" />
47+ < img src = "https://ui5 .github.io/webcomponents/images/HT-2026.jpg" alt = "Example Image " />
4848 </ MediaGalleryItem >
4949 </ MediaGallery >
5050 ) ;
@@ -55,11 +55,11 @@ export const CustomThumbnail: Story = {
5555 render : ( args ) => {
5656 return (
5757 < MediaGallery { ...args } >
58- < MediaGalleryItem thumbnail = { < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1000-small.jpg" /> } >
59- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1000.jpg" />
58+ < MediaGalleryItem thumbnail = { < img src = "https://ui5 .github.io/webcomponents/images/HT-1000-small.jpg" /> } >
59+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1000.jpg" alt = "Example Image " />
6060 </ MediaGalleryItem >
6161 < MediaGalleryItem disabled >
62- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1010.jpg" />
62+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1010.jpg" alt = "Example Image " />
6363 </ MediaGalleryItem >
6464 </ MediaGallery >
6565 ) ;
@@ -77,10 +77,10 @@ export const InteractiveDisplayArea: Story = {
7777 < Toast ref = { ref } > Display Area Clicked!</ Toast >
7878 < MediaGallery { ...args } interactiveDisplayArea onDisplayAreaClick = { handleDisplayAreaClick } >
7979 < MediaGalleryItem >
80- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1000.jpg" />
80+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1000.jpg" alt = "Example Image " />
8181 </ MediaGalleryItem >
8282 < MediaGalleryItem selected >
83- < img src = "https://sap .github.io/ui5- webcomponents/images/HT-1010.jpg" />
83+ < img src = "https://ui5 .github.io/webcomponents/images/HT-1010.jpg" alt = "Example Image " />
8484 </ MediaGalleryItem >
8585 </ MediaGallery >
8686 </ >
0 commit comments