Consider adding BaseImagePlaceholder to BlockIframe #129
Labels
enhancement
New feature or request
feature parity
Work needed to maintain consistency between our implementations of Explorer 1
This was an improvement added to the vue component in www-frontend in where BaseImagePlaceholder is used as a wrapper. If no height is set, the iframe embed will default to a responsive 16:9 aspect ratio. If a height is set, the aspect ratio will be overridden.
https://github.com/nasa-jpl/www-frontend/commit/a398623aac611205a7db92cb885453a081cbcc0d#diff-ff86cff448f808a6cadd228462bda9138c9f8a4ec00755109ebc16b7750c89f1
The current implementation in Explorer requires a set height and is not responsive.
The text was updated successfully, but these errors were encountered: