Overriding images in Homepage Header block

Not applicable

I want to use a different image on the HH block. i have uploaded a jpg file to sites/default/private. Looking at how the default image tag is pulling the image file I am assuming everything is relative to docroot on the filesystem.

So my image tag for my custom image in the block should be

<div><img alt="" src="/sites/default/private/my-cool-image.jpg" /></div>

When I try this the image doesn't show, so where am I going wrong ? I can see the image at docroot/sites/default/private

0 3 121
3 REPLIES 3

Not applicable

I tried putting it in public and was able to server it from sites/default/files.

@a261004 , You might be interested in this article here that explains how to change look & feel in Apigee Developer Portal.

Thanks will check it out today