Header-footer image uploading issue

Hey ,
There is an query regarding image uploading in letter head on production side

  1. Image uploading as public showing this kind of image

image

  1. Image uploading as private showing this kind of image

If anyone can please reply to my query, would be really helpful…

try to clear cache & refresh also check the directory permission.

Thanking you for your consideration , but its not work for me

<html >
<head>
	<meta name="pdfkit-orientation" content="Landscape"/>
	<div  {% if print_settings.repeat_header_footer %} id="header-html" class="hidden-pdf" {% endif %}>
			<img height="130"  src = "/files/DSGear_LH_Final.jpg" width = "100%">



	</div>
</head>