Why can’t I get my image to be size responsive when I look at this on my phone? What have I done wrong? Any and all feedback welcomed, thank you!!! https://codepen.io/kristilee_williams/full/KWdEME/
You’ve included Bootstrap v4-alpha and according to their documentation, the class for responsive images is .img-fluid
Either update the class name or include a version of Bootstrap < v4.
thank you very much, I will look into that.
that worked thank you !!