Water ripple effect on background of website

前端 未结 6 1363
失恋的感觉
失恋的感觉 2021-02-04 02:25

A client has asked me to apply a similar water ripple effect to the background image (and only the background image) on their website.

Considering that this is using a c

6条回答
  •  星月不相逢
    2021-02-04 03:16

    I found a solution for this ,if you upload your photo on https://imgur.com/ then after upload finishes press right click on image then copy image address and put it into your code just like this: background-image: url(https://i.imgur.com/yourphotolink.jpg) NOTE:after copying the link check that your link ends with .jpg or .png if it ends with .jpg?1 delete ?1 so your link ends with .jpg

    i don't know why jquery ripple effect doesn't support ordinary photos but these steps will solve your problem

提交回复
热议问题