How to apply the grayscale jquery plugin to a background image?

前端 未结 3 1238
一生所求
一生所求 2020-12-22 05:01

I want to use the jquery-grayscale that converts images colors to their respective grayscale. Use it is very simple, identify the image and apply the plugin:



        
3条回答
  •  执念已碎
    2020-12-22 05:21

    I've asked this question before here.

    And because of performance reasons I chose not to convert the image to grayscale on the client-side.

提交回复
热议问题