Skip to content

Commit 939db58

Browse files
committed
better sample for the carousel
1 parent c9af911 commit 939db58

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/webparts/controlsTest/components/ControlsTest.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,18 +1058,18 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
10581058
imageFit: ImageFit.cover
10591059
},
10601060
{
1061-
imageSrc: 'https://images.unsplash.com/photo-1588614959060-4d144f28b207?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3078&q=80',
1062-
title: 'Colosseum',
1063-
description: 'This is Colosseum',
1064-
url: 'https://en.wikipedia.org/wiki/Colosseum',
1061+
imageSrc: 'https://www.telegraph.co.uk/content/dam/science/2018/06/20/stonehenge-2326750_1920_trans%2B%2BZgEkZX3M936N5BQK4Va8RWtT0gK_6EfZT336f62EI5U.jpg',
1062+
title: 'Stonehenge',
1063+
description: 'This is Stonehendle',
1064+
url: 'https://en.wikipedia.org/wiki/Stonehenge',
10651065
showDetailsOnHover: true,
10661066
imageFit: ImageFit.cover
10671067
},
10681068
{
1069-
imageSrc: 'https://images.unsplash.com/photo-1588614959060-4d144f28b207?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3078&q=80',
1070-
title: 'Colosseum',
1071-
description: 'This is Colosseum',
1072-
url: 'https://en.wikipedia.org/wiki/Colosseum',
1069+
imageSrc: 'https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/All_Gizah_Pyramids.jpg/2560px-All_Gizah_Pyramids.jpg',
1070+
title: 'Pyramids of Giza',
1071+
description: 'This are Pyramids of Giza (Egypt)',
1072+
url: 'https://en.wikipedia.org/wiki/Egyptian_pyramids',
10731073
showDetailsOnHover: true,
10741074
imageFit: ImageFit.cover
10751075
}

0 commit comments

Comments
 (0)