AJ Fariss to make cover always visible in full you can add the following CSS in Studio > Designer > Injection > HEAD:
<style> html .bx-cover-wrapper { background-size: contain; } </style>
#tipsandtricks