You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/survey-core/src/survey.ts
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2246,10 +2246,9 @@ export class SurveyModel extends SurveyElementCore
2246
2246
/**
2247
2247
* A logo width in CSS-accepted values.
2248
2248
*
2249
-
* Default value: `300px`
2249
+
* Default value: `auto` (the width is calculated automatically based on the [`logoHeight`](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model#logoHeight) value to keep the original aspect ratio)
0 commit comments