Skip to main content
Participant
November 8, 2018
Answered

minimum stage height

  • November 8, 2018
  • 2 replies
  • 283 views

Hello,

We have done a canvas animation with responsive scaling, which look fine on desktop pcs.

Unfortunately the height of the animation is very low in mobile view.

Is their a way in animate cc to set a mimimum height for the stage?

The animation is located here:

TONGUES

thanks for your time,

Jens

    This topic has been closed for replies.
    Correct answer graphobia

    Finally i managed to solve my problem by editing the following line:

    var iw = window.innerWidth, ih=window.innerHeight;       

    2 replies

    graphobiaAuthorCorrect answer
    Participant
    November 9, 2018

    Finally i managed to solve my problem by editing the following line:

    var iw = window.innerWidth, ih=window.innerHeight;       
    Legend
    November 9, 2018

    Are you going to share your solution for the benefit of anyone else who might have a similar problem?

    kglad
    Community Expert
    Community Expert
    November 8, 2018

    yes, you can edit your html and/or js files in a text editor to set a minimum.