diff --git a/src/component/options.ts b/src/component/options.ts index 02b26465d1..923b0b126e 100644 --- a/src/component/options.ts +++ b/src/component/options.ts @@ -65,7 +65,7 @@ export interface FitOptions { export enum FitType { /** No fit, use dimensions and coordinates from the BPMN diagram. */ None, - /** Fit the whole viewport. */ + /** Fit the whole html container available to render the BPMN diagram. */ HorizontalVertical, /** Fit only horizontally. */ Horizontal, diff --git a/src/index.html b/src/index.html index 9cb0bdbc51..e3deedd059 100644 --- a/src/index.html +++ b/src/index.html @@ -38,7 +38,7 @@