Do we have an equivalent of Aspect Ratio
Hi Nick excited for a novel question! Short answer is we do NOT. The two things I can think of that might help are using some form of non-px based units to enforce a specific aspect ratio. You can use any valid CSS unit in Replo :) https://support.replo.app/articles/7407013959-replo-units
Hi Steve, is there a possibility to use embeded code directly on replo?
There sure is! We have lots of good docs on it here: https://support.replo.app/articles/1799213363-custom-development-with-replo
Thank you!
Ok turns out I didn't need Aspect ratio to make images responsive
I was able to make the images grow as the width of the page grew, had to make sure the wrappers were set at 100% width, images 100% width - height: auto
and all other elements inside to wrap
I like that idea! Sounds like it worked well and that is inline with our standard Responsive Design concept where if you have things setup with 100% width (or fill-available width), the setup will change as the screen size changes (and therefore what "100%" or "available width" actually represent changes) We have some docs responsive design here: https://support.replo.app/articles/1713120470-responsive-design-for-mobile-and-web