Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将滑块图像调整为屏幕尺寸,我尝试使用 100% 宽度但仍然无法将滑块图像宽度调整为 100% 屏幕尺寸,我正在使用滑块的 jquery循环插件。测试网站在Testwebsite
要获得响应式工作的全屏图像,我建议查看MaxImage插件。作为该页面状态,无需重新发明轮子。因此,这只是调用附加插件并从以下位置更改代码的情况:
$('#slides').cycle({...
至:
$('#slides').maximage({...