I have been exploring the resizing behavior of elements in reveal.js
and trying to understand how they dynamically adjust.
If you resize the page height, you can observe that the elements shrink up to a certain extent along with the page. However, when inspecting with Chrome DevTools, I couldn't pinpoint exactly how this shrinking is being achieved - whether through CSS or JavaScript.
My curiosity stems from a desire to potentially enhance this functionality, but I found it surprisingly challenging to decipher its inner workings.