Magento产品缩略图,如何设置成比例

发布于 2024-12-02 01:18:51 字数 152 浏览 0 评论 0原文

我不想在 Magento 中设置我的产品缩略图以按比例适合框架。

目前,如果我上传矩形图像,缩略图将显示矩形的宽度,并将留下的空间保留为白色。

我需要它按比例放大图像,直到满足宽度和高度。

一直在寻找执行此操作的扩展,但到目前为止还没有运气!

I wan't to set my product thumbnails in Magento to proportionally fit the frame.

At the moment if I upload a rectangular image, the thumbnail will display the width of the rectangle and will leave the space left as white.

I need it to proportionally zooms in the image until both the width and height is met.

Been looking for extensions that do this, but no luck so far!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长伴 2024-12-09 01:18:51

这是一个有助于图像选项的页面 http://blog.chapagain.com .np/magento-resize-image/

停止渲染空白的选项是:

->keepFrame(FALSE);

您可能还需要使用其他一些选项来使其达到最小尺寸。没有任何选项可以剪切图像,因此您必须使用 Overflow:hidden; 隐藏 css 中多余的图像。

Here is a page that will help with the image options http://blog.chapagain.com.np/magento-resize-image/

The option to stop it rendering the white space is:

->keepFrame(FALSE);

You may need to also play with some of the other options to get it to your minimum dimensions. There aren't any options that clip the image, so you'll have to hide the excess image in css with overflow:hidden;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文