Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8638707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:48:20+00:00 2026-06-12T10:48:20+00:00

Does anyone know if there is any JavaScript library for image flipping. I don’t

  • 0

Does anyone know if there is any JavaScript library for image flipping. I don’t want the css3 effect i want to actually flip an image as you do on image editors when right becomes left.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T10:48:22+00:00Added an answer on June 12, 2026 at 10:48 am

    An easy way to flip an image is to use CSS3. I assume by “CSS3 effect” you meant an animation, and this does not do this.

    img {
        transform: scale(-1, 1);
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -khtml-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
    }
    

    This works by scaling the image by -1 on the X axis (flipping it along that axis) and 1 on the Y axis (doing nothing). If you wanted to flip on the Y axis rather than the X axis, you could switch around X and Y.

    CSS3 transforms could also be used for rotating, if the need arose. Rather than scale(-1, 1) you could use something like rotate(90deg) to rotate 90 degrees clockwise.


    For Internet Explorer support, you can use the filter property:

    img {
        filter: fliph;
        /* all of the transforms above */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know if there is any language detection script/library available for javascript? I
Does anyone know if there is any JavaScript libraries that generates iCal format? (RFC
Does anyone know if there's any benefit in 'minifying' locally-stored javascript code to squeeze
Does anyone know there have any other way that (by not using json_encode and
Does anyone know if there are any (ideally free) alternatives to SilkTest for automated
Does anyone know do there have any way that I can encrypt the array
Does anyone know if there have been any changes in Azure publish to allow
Does anyone happen to know if there is any difference with regards to performance
Does anyone know if there is a way to get JavaScript function name. For
Does anyone know of any cross-browser user selection range libraries written in javascript? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.