i've create a custom master page , and i wanna apply it for 2 different sites, with a little change : i wanna only change the banner image for each site , so i'm trying to link it directly from each site assets without making 2 different master pages : this is my custom master page code :
<div id="banner"><img src="what should i put here?" /></div>
- here are my 2 sites links : 1)https://mydomaine.sharepoint.com/sites/sitecollection/site1/_catalogs/masterpage/images/banner1.png
2)https://mydomaine.sharepoint.com/sites/sitecollection/site2/_catalogs/masterpage/images/banner2.png
<img src="what should i put here?" />