Skip to content
Snippets Groups Projects
Commit 15af9132 authored by zh393's avatar zh393
Browse files

increased image resolution

parent ec0d3093
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,13 @@ function Results() {
const recipeComponent = recipes.map(recipe =>
<Link to={"/recipe/" + recipe.id} key={recipe.id}>
<img
src={`https://spoonacular.com/recipeImages/${recipe.id}-312x231.${recipe.imageType}`}
src={`https://spoonacular.com/recipeImages/${recipe.id}-636x393.${recipe.imageType}`}
alt="recipe"
style={{ borderRadius: '1.5%' }}
style={{
borderRadius: '1.5%',
width: "312px",
height: "231px"
}}
/>
<Typography
variant="h5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment