我刚刚开始使用opencart,所以我不太了解.我想将我的产品的缩略图大小更改为更大的尺寸.所以,我在Google上进行了研究并得出了答案.转到系统>设置,编辑存储,然后在图像选项卡下,选择我想要的尺寸.问题是,这不起作用,我不知道为什么.例如,在畅销商品或特色商品上,缩略图大小始终相同,为80x80.
有帮助吗?
蒂亚戈卡斯特罗
我正处于一个项目的中间,客户希望玩家能够播放一些音乐.
所以,我的问题是,有没有任何方式使用javascript或jQuery插件,我们有一个非常小的播放列表,如3或4首左右的歌曲,访问者控制他/她想要的音乐,音量等...像我们在网络上看到的许多flash播放器一样.
提前致谢!
我需要将这段代码降级为Actionscript 2.0.我不是Flash方面的专家.有帮助吗?
function resizeHandler(e:Event):void {
g1_mc.x = 0;
g1_mc.y = 0;
g1_mc.height = stage.stageHeight;
g1_mc.width = (stage.stageWidth - 550) / 2;
g2_mc.width = (stage.stageWidth - 550) / 2;
g2_mc.x = stage.stageWidth - g2_mc.width;
g2_mc.y = 0;
g2_mc.height = stage.stageHeight;
bigPic.height = 800;
bigPic.x = 0;
bigPic.y = 0;
activator.width = 500;
activator.height = 200;
activator.x = (stage.stageWidth / 2) - (activator.width / 2);
}
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.addEventListener(Event.RESIZE, resizeHandler);
stage.dispatchEvent(new Event(Event.RESIZE));
// Set variables for numbers we …Run Code Online (Sandbox Code Playgroud) actionscript ×1
audio-player ×1
flash ×1
javascript ×1
jquery ×1
opencart ×1
size ×1
thumbnails ×1