Hello,
The image height appears cropped because the page title section’s height depends on the content inside it, not the full image height itself. Currently, the section has spacing set with this CSS:
div.title-size-large {
--wd-title-sp: 150px !important;
}
This means there is around 150px padding vertically, which is not enough to show your full 900px height image. This way, the image will show perfectly in the page title section.
Best Regards,