0

Hello I've an image that is portrait, but when i open it the editor shows it in landscape, how to tell the editor to leave portrait or landscape untouched?

My current config:

var visualImageEditorConfig = {
  logo: true,
  logoUrl: urlPrefix + '/img/LogoEBSfondoGrigino.png',
  language: 'it’,
  primaryActionText: commonMessages.lblImageVisualEditorSaveButton,
  env: 'prod',
};
AndreaBogazzi
  • 14,323
  • 3
  • 38
  • 63
MrCoder
  • 15
  • 6
  • Hi @MrCoder, it would be helpful if you could add to the question the relative code to launch the Editor integration, taking care of removing the apikey from the options. Thanks. – AndreaBogazzi Mar 09 '20 at 13:09
  • var visualImageEditorConfig = { logo: true, logoUrl: urlPrefix + '/img/LogoEBSfondoGrigino.png', language: 'it’, primaryActionText: commonMessages.lblImageVisualEditorSaveButton, env: 'prod', }; – MrCoder Mar 10 '20 at 08:51
  • From your configuration is unclear what is the method you are using to add an image in the editor. Do you start the editor with an image loaded in the configuration? or do you use addImage later to add it? Do you use URLs or imageData? – AndreaBogazzi Mar 10 '20 at 11:40
  • Just to be clear i work at shutterstock, i'm trying to help you. – AndreaBogazzi Mar 10 '20 at 21:23

0 Answers0