Problem with Thumbnails #72
-
Hey! I could´nt figure out why the thumbnails won´t display the images, which are 512×512. The width and height are declare as " width: 256, height: 256" in the "photoAllList"
Thanks in advance! :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's tough to tell without seeing the actual code. Please post a demo on CodeSandbox and I'll take a look. By the way, the code snippet that you posted above makes very little sense. It looks like you are trying to create photos array with responsive images, but you are using the same |
Beta Was this translation helpful? Give feedback.
It's tough to tell without seeing the actual code. Please post a demo on CodeSandbox and I'll take a look.
By the way, the code snippet that you posted above makes very little sense. It looks like you are trying to create photos array with responsive images, but you are using the same
src
in all images (src: photo.src
). You should probably usephotoAllList
as-is if that's the case.