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.
刚刚安装了插件,不知道如何以及在哪里可以更改图像大小。它在“插件配置”中没有任何选项可以更改。在一个文件中我能够改变速度,但就是这样。
目前唯一的解决方案是在 Controller.php (Plugin/Slider/Widget/Slider) 中进行更改,只需将所需的尺寸放在那里,它就可以完美地工作:
207 $transformBig = array( 208 'type' => 'fit', 209 'width' => 1000, 210 'height' => 330 211 );
我还没有尝试过这个特殊的滑块。但它是基于小部件的。这意味着它可能需要 100% 宽度的区域。