Disable image zoom in timeline block

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:

Getting started with theme components? Download the blank theme component css file.
Watch: installing a theme component.


Posted

in

Tags: