Resize or not centered on Tribute Page

I keep getting one or the other of the below errors:

  • The img; element should responsively resize, relative to the width of its parent element, without exceeding its original size.

  • 2. The img; element should be centered within its parent element.

Is the parent element the element right above the img element?

The parent element is the element that wraps its child.

<div class="parent">
  <div class="child"></div>
</div>

If you still need help, please provide some code or a link to your project.

Great thanks that was all I needed