Hi there,
I’m working to optimize pages at smaller breakpoints and when I adjusted the image size of this photo, it affected the border around it.
That border is a solid white one at 10 pixels, fairly straight forward. The image itself is going past the border. How do I keep that border contained around the image regardless of the output size of the image?
On a related note, do you recommend any best practices for this when I’m reducing content down for smaller breakpoints?
***(Please answer this) Should I be duplicating sections of my site, then adjusting them for specific breakpoints, then hiding them based on their size? That seems like a lot of extra work when I could be adjusting the CSS grid information and layout, which is what I’ve been working to do.

