Mirror Image

  1. 3 years ago

    Hello,
    Is there a way to flip/reflect an image in pubcoder? I’d like to be able to flip on the horizontal without having to upload a different facing character each time if it’s facing a different way. Thanks so much. Loving pubcoder.

  2. Angelo S

    26 May 2020 Administrator

    You can do this with one line of CSS: just select your image and write the following in the CSS Styles property in the Selection Inspector: transform: scaleX(-1);

    -image-

 

or Sign Up to reply!