File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function Feed() {
93
93
< Card . Img style = { { borderRadius : "25px" , width : "100%" , height : "100%" } }
94
94
variant = "top"
95
95
// src={`${S3_BUCKET_URL}/${item.itemPictures[0].img}` }
96
- src = { `https://lh3 .google.com/u/0/d/ ${ item . itemPictures [ 0 ] . id } ` }
96
+ src = { `https://drive .google.com/thumbnail?id= ${ item . itemPictures [ 0 ] . id } ` }
97
97
/>
98
98
< Card . Body bsPrefix = "card-body" style = { { alignItems : "center" } } >
99
99
< Card . Title
@@ -141,7 +141,7 @@ function Feed() {
141
141
< Card . Img style = { { borderRadius : "25px" , width : "100%" , height : "100%" } }
142
142
variant = "top"
143
143
// src={`${S3_BUCKET_URL}/${item.itemPictures[0].img}` }
144
- src = { `https://drive.google.com/uc?export=view& id=${ item . itemPictures [ 0 ] . id } ` }
144
+ src = { `https://drive.google.com/thumbnail? id=${ item . itemPictures [ 0 ] . id } ` }
145
145
/>
146
146
< Card . Body bsPrefix = "card-body" style = { { alignItems : "center" } } >
147
147
< Card . Title
You can’t perform that action at this time.
0 commit comments