Technologies:
- CSS
- React
- JPG/PNG
Objective: I am striving to resize two images to achieve this desired look: https://i.stack.imgur.com/B1b0h.png
I am currently developing a 'skirt customizer' for either my mom or portfolio, where users can modify the 'belt' or 'fabric' by clicking on buttons. The functionality of the buttons is operational, allowing for full customization. However, the current appearance is not up to par: https://i.stack.imgur.com/DLKZF.png
The current design is far from ideal... I have experimented with adding classes (and ids) to both the image and container tags, as well as adjusting various CSS attributes. Attempts have been made using max-height in "px" and/or 10% for the belt, 40% for the fabric. Tinkering with height, width, and max-width has also been part of my strategy in search of the perfect combination. Although the JavaScript portion is successful, I need assistance from someone skilled in CSS to fine-tune these adjustments. Once achieved, I plan to overlay a 'transparent-skirt-frame' over the skirt and belt to enhance the overall appearance. Perfecting the sizing is proving to be quite the challenge. Any help will be greatly appreciated! Thank you!