Summary
When two sticky images are placed in the same .cr-section, the second sticky whose image has width=50% is not vertically centered in the viewport and appears cut off at the bottom.
Expected behavior
Each sticky figure should be vertically centered in the sticky pane and fully visible, regardless of whether an earlier/later sticky uses a different image width.
Actual behavior
In the minimal example below, the second sticky (with width=50%) is visually lower and bottom-clipped; it is not vertically centered.
---
format: closeread-html
---
:::{.cr-section}
@cr-one Example text.
@cr-two Example text.
:::{#cr-one}
{fig-align="center"}
:::
:::{#cr-two}
{width=50% fig-align="center"}
:::
:::
Notes:
- test.png is the same asset for both stickies (any reasonably square or vertically taller portrait-oriented image will show it).
- The issue occurs when one figure is default width and a later figure sets width=50%.
Summary
When two sticky images are placed in the same .cr-section, the second sticky whose image has width=50% is not vertically centered in the viewport and appears cut off at the bottom.
Expected behavior
Each sticky figure should be vertically centered in the sticky pane and fully visible, regardless of whether an earlier/later sticky uses a different image width.
Actual behavior
In the minimal example below, the second sticky (with width=50%) is visually lower and bottom-clipped; it is not vertically centered.
Notes: