Make an image scroll
Add the below to the CSS Section on your website and replace your block ID where it says in the code.
#PASTE-BLOCK-ID {
height: 500px;
}
#PASTE-BLOCK-ID
{
.design-layout-fluid .fluid-image-container img {
height: auto !important;
}
.design-layout-fluid .fluid-image-container {
height: 500px !important;
overflow-y:scroll !important;
}
}