You can disable image zoom in other blocks, but not the timeline block. Use this theme component to disable the zoom function.
.timeline-card__media--visual {
pointer-events: none;
}
Another method to disable the function using inline css within Rise itself: