File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const GalleryImageWrapper = styled.div`
6464
6565 img {
6666 height: 50vh;
67- width: auto ;
67+ width: 100% ;
6868 object-fit: contain;
6969 }
7070` ;
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ exports[`<Gallery /> active item click on gallery item 1`] = `
232232
233233.c13 img {
234234 height : 50vh ;
235- width : auto ;
235+ width : 100 % ;
236236 object - fit : contain ;
237237}
238238
@@ -888,7 +888,7 @@ exports[`<Gallery /> active item click on gallery thumbnail 1`] = `
888888
889889.c13 img {
890890 height : 50vh ;
891- width : auto ;
891+ width : 100 % ;
892892 object - fit : contain ;
893893}
894894
@@ -2242,7 +2242,7 @@ exports[`<Gallery /> rendering should match snapshot when slider is shown 1`] =
22422242
22432243.c13 img {
22442244 height : 50vh ;
2245- width : auto ;
2245+ width : 100 % ;
22462246 object - fit : contain ;
22472247}
22482248
You can’t perform that action at this time.
0 commit comments