My challenge is to create a smaller version of a dynamically generated div that contains text, photos, and more. The original div has a height:width ratio of around 10:1.
I aim to replicate this div on the same page but at 1/8 of the width.
UPDATE: All the content should also be scaled down by 1/8.
This slim and tall overview div does not require any interactive features; it just needs to accurately display the contents of the larger div.
Do you have any suggestions on how I can achieve this?
Thank you!