diff --git a/packages/webawesome/src/components/zoomable-frame/zoomable-frame.ts b/packages/webawesome/src/components/zoomable-frame/zoomable-frame.ts index 68a6aae48..6f952a6e3 100644 --- a/packages/webawesome/src/components/zoomable-frame/zoomable-frame.ts +++ b/packages/webawesome/src/components/zoomable-frame/zoomable-frame.ts @@ -25,8 +25,6 @@ import styles from './zoomable-frame.css'; * @csspart controls - The container that surrounds zoom control buttons. * @csspart zoom-in-button - The zoom in button. * @csspart zoom-out-button - The zoom out button. - * - * @cssproperty [--aspect-ratio=16/9] - The aspect ratio of the frame. */ @customElement('wa-zoomable-frame') export default class WaZoomableFrame extends WebAwesomeElement {