Your current image would be good for mobile. In desktop, the image should be around 16:9 ratio. You can use the tutorial below to have two sections,one assigned to mobile, and another assigned to desktop
To address the issue with your company logo and socials image being cut off in the slideshow on your website, you can try the following steps:
Access your Shopify admin dashboard and go to “Online Store” → “Themes”.
Locate your current theme (Venture) and click on the “Actions” button.
From the dropdown menu, select “Edit code”.
In the theme code editor, find the file that controls the slideshow section. It might be named something like “slideshow.liquid” or “hero.liquid”.
Look for the code that handles the image scaling or resizing. It could be using CSS properties like background-size or object-fit.
Adjust the code to ensure that the image scales proportionally with the screen width without cutting off any sections. You might need to experiment with different CSS properties or values to achieve the desired result.
Save the changes and preview the website to see if the image is now scaling correctly without being cut off.
If you’re not comfortable editing the theme code yourself, I recommend reaching out to a Shopify developer or the theme’s support team for further assistance. They can provide more specific guidance tailored to the Venture theme and help you resolve the issue.
Remember to always create a backup of your theme files before making any modifications to ensure you can revert back to a previous version if needed.