I have an amp-carousel element in my page but I don't know its height before render. If I use layout="responsive" height is obviously wrong because I don't have width/height ratio right - I use 100px for both.
Whats other options? I tried layout="flex-item" but that destroy the carousel completely.
layout="fixed-height", see stackoverflow.com/a/52208326/812102 - Skippy le Grand Gourou