I am having an issue relating to the amp-carousel
. Each carousel slide will have a different height based on the content that is relating to the product.
I have set my carousel to have layout responsive and set a height like so:
<amp-carousel width="367" height="635" layout="responsive" class="o-wrapper fabric-gallery" type="slides" controls loop>
I am assuming using layout responsive will set the height to auto.
Would using something like flex-item
be more appropriate?