Copy link to clipboard
Copied
I can't seem to get my code to resize smaller for the mobile than what is showing in the picture. Can anyone help?
Copy link to clipboard
Copied
https://getbootstrap.com/docs/4.0/content/images/ and see:
Images in Bootstrap are made responsive with .img-fluid
. max-width: 100%;
and height: auto;
are applied to the image so that it scales with the parent element.
Copy link to clipboard
Copied
Unfortunately, this doesn't look like a Bootstrap responsive layout so it's unclear to me what's missing. Please upload your work to a remote server you control and post the URL here. We can take a look at it online and tell you what's missing.