DEV Community

Discussion on: Tutorial Use Instagram Basic Display API with Javascript

Collapse
 
leefoster profile image
LeeFoster • Edited

Are there any options to show a number of images in a carousel? Say the last 5?

Also, I want to increase the height and width. I've placed the

in a parent , I've set the width to 100% of the parent and that's fine but the height will not increase to match. Setting it to auto doesn't work, 100% doesn't work the only way to do it was to set it to 400px but that doesn't really make it responsive.

Oh, and how do I put the users name, caption and timestamp below the image?