Hi guys
First post here, and hopefully a stupid mistake on my end!
So basically, I am using the code below.
<div class="container-small-white">
<img class="imglogo" src="<?php echo $page->img1()->url(); ?>">
</div>
The blueprint is as below, as a Selector field
img1:
label: Image 1
type: selector
mode: single
width: 2/4
types:
- image
The image does not display, and when the element is inspected the browser is linking to url.com/img.jpg rather than url.com/projects/project/img.jpg
When this is corrected in the the inspector in Chrome the image shows, so Iām pretty sure its an issue with the Kirby code Iām using
Any help would be greatly appreciated!