Sub figures in two columns that are vertically aligned. #1764
-
|
In a previous question I asked about putting subfigures in a two-column fashion. Also, the figures are no longer sub-figures, they are labeled as Figure 1 and 2. My code: Attaching my image files below: Note: I do not want to set the height parameter to a particular px value as then the scaling doesn't work when the page is resized. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Is there a solution to this issue? |
Beta Was this translation helpful? Give feedback.
-
|
I guess this is your solution: :::::{grid} 2 ::::{grid-item} here we utilize tailwind css |
Beta Was this translation helpful? Give feedback.
-
|
::::{figure} |
Beta Was this translation helpful? Give feedback.
I guess this is your solution:
:::::{grid} 2
:class: items-end
::::{grid-item}
:class: flex flex-col justify-end
:::{figure} fig1.*
🏷️ a_basic_spline
:width: 100%
:alt: A basic spline drawing to represent a parameterized shape.
Parameterized shape, using a spline.
:::
::::
::::{grid-item}
:class: flex flex-col justify-end
:::{figure} fig2.*
🏷️ stanford_bunny
:width: 60%
:alt: The Stanford Bunny shown as a target curve.
Target shape, the Stanford Bunny.
:::
::::
here we utilize tailwind css