surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.16k stars 809 forks source link

Image width and height in different modes #4462

Open novikov82 opened 2 years ago

novikov82 commented 2 years ago

Stretch image if width is not set image

dk981234 commented 2 years ago
  1. Redesign image question in designer: https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SJS-Creator?node-id=8085%3A48266
  2. Remove max-width property for image in auto mode
  3. Restrict image height in auto mode, choose default value
  4. Set default imageFit to cover to save proportions, also see: https://github.com/surveyjs/survey-creator/issues/3158