+ 2

myphoto.com

Came across this site myphoto.com. It allows user to upload images and then it shows preview of all products with the uploaded images. Just curious what technology is used and also if possible would like to create one like that. Any help will be appreciated. Thank you for your time.

1st Jul 2020, 1:22 AM
Nirav
6 Answers
+ 4
Use clip-path CSS property creates a clipping region that sets what part of an element should be shown. More information https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path https://code.sololearn.com/W0tV4iHiWiiM/?ref=app
1st Jul 2020, 2:21 AM
CalviŐ˛
CalviŐ˛ - avatar
+ 1
There are many ways to add image to a photo album that illustrated by myphoto.com. Here I like to demonstrate one example, using css transform to place image to the album placeholder. https://code.sololearn.com/WL2qH0hF3cI2/?ref=app
1st Jul 2020, 1:12 PM
CalviŐ˛
CalviŐ˛ - avatar
0
Thank you so much Calvin for your time and efforts. You are a Pro! How much do you think it should cost to create a website with that feature? or just add that functionality to a shopify site? Thank you once again for your reply.
2nd Jul 2020, 12:43 AM
Nirav
0
Graph you mean for the full myphoto.com? should be over $10000 cost at least. I don't think Shopify is flexible enough to add custom function.
2nd Jul 2020, 3:55 AM
CalviŐ˛
CalviŐ˛ - avatar
0
Thank you Calvin for your reply. Does it have to be in PHP?
3rd Jul 2020, 12:28 AM
Nirav
0
Graph not necessary php, there are many backend languages.
3rd Jul 2020, 5:12 AM
CalviŐ˛
CalviŐ˛ - avatar