Hi -
All images served from PW's image fields are giving me 403s. Any ideas why?
For context, inspect on the slider here: http://archnetglobal.com/
Thanks.
EDIT: Relevant line of code below.
<img src="<?php echo $slide->image->url; ?>" />
(Missing ALT tag right now)