Ask your own question, for FREE!
QuestionCove Feedback 13 Online
Joe348:

Attempting theme creator. Still a work in progress!

Joe348:

1 attachment
Joe348:

Need help copying the same photo to the other side but in the opposite direction if that makes sense.

Elsa213:

@uknownprttyfacekayla do you know about theme creator thingies? o: Joe needs help ;-;

uknownprttyfacekayla:

Wheres jim when u need him 🤧

Elsa213:

@ultrilliam o:

Ultrilliam:

So you have a couple options, 1) you can just simply use a photo editor to flip the image or 2), if you really want to use the exact same photo, you'll have to manually edit in these values to the image: ```css transform: scaleX(-1); filter: FlipH; ``` ^Problem with the above is it will actually flip the whole element, so you'll have to do some extra with a :before element, apply the background on that, and then flip the before element with the above CSS

Joe348:

Okay thank you so much. I got it now! Still need to make a few adjustments.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!