// path to the watermark image $(function(){ //add text water mark; $('.watermarktext img').watermark({ text: 'happyhousejp.com', textWidth: 100, textColor: 'white' }); //add image water mark $('.watermarkimg img').watermark({ path: 'https://3.bp.blogspot.com/-6FFBy-U9Ngk/Xp8MiEqwJkI/AAAAAAAAKeU/lnTSUbtnIy4atbhREngolRPoUvF87fqZACLcBGAsYHQ/s1600/logo-happyhousejp-com.png' }); })