我正在尝试将 Jquery Anystretch 实施到我的网站中,但未能使其正常工作。Jquery Anystretch 将允许我拥有可调整大小的完整图像背景。以下是我到目前为止所拥有的。任何帮助都会很棒。该网站是http://www.jobspark.ca
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="/jquery.anystretch.min.js"></script>
<script type="text/javascript"> $.anystretch("/storage/fullimagebackground2.jpg", {speed: 150}); </script>
这是 Github 链接https://github.com/danmillar/jquery-anystretch