Problem with Landscape Orientation and zoomEven

Hi there

My project have this settings:

’build.settings’

  orientation =

   {

         – Supported values for orientation:

      

         default = “landscapeRight”,

         supported = { “landscapeRight”, },

   },

 …

’config.lua’

       content =

       {

           width = 700,

           height = 1100,

           scale = “zoomEven”, 

           fps = 60,

           imageSuffix =

           {

               ["@2x"] = 1.5

           }

     },

The problem is that the content is clipped and I don’t know why reason because my scaling configuration is set to ‘zommEven’. The documentation said that the width and height of the project have to be always defined in respect to portrait orientation, so my width is 700 and height 1100.

Take a look at the screenshot attached. * This screenshot is in Corona simulator

Read this - https://docs.coronalabs.com/guide/basics/configSettings/index.html

Read this - https://docs.coronalabs.com/guide/basics/configSettings/index.html