Esoes_design Posted May 16 Share Posted May 16 Hi ! I would like to modify the angle of a picture like this picture encloed. And I would like to give the same angle on the button. Is any code for that @tuanphan ? THX Link to comment
paul2009 Posted May 17 Share Posted May 17 10 hours ago, Esoes_design said: I would like to modify the angle of a picture like this picture enclosed. You didn't provide a link to a page so that we could provide something specific, but you should be able to use CSS masking. For example, this CSS uses a linear gradient as a mask to clip the top-right corner of an image with the img-wrapper class. .img-wrapper { -webkit-mask-image: linear-gradient(to bottom left, transparent 15%, black 15%, black 100%); mask-image: linear-gradient(to bottom left, transparent 15%, black 15%, black 100%); } Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Esoes_design Posted May 17 Author Share Posted May 17 @paul2009 The one-page site is : https://owl-dahlia-ykaj.squarespace.com Pass : ABX Thanks for your help ! Link to comment
Esoes_design Posted May 22 Author Share Posted May 22 Someone to help me please ? 🥺 Because the code you gave me, I am not able to do it work 🫠 @tuanphan @paul2009 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment