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.
我想修改 Shopify 的新标准主题,并设法将所有 css 更改为 960px 宽度和与幻灯片相关的 JS (var container_width = 960; )。我在这里显然缺少其他一些东西,即在上传时将图像本身裁剪为 884 像素。
知道需要进行哪些其他文件或更改才能阻止图像被裁剪为 884 像素并保持 960 像素宽吗?
在 settings.html 文件中查找这些行:
<td><label for="slide_1_image">Background Image</label></td> <td><input type="file" name="slide_1.jpg" data-max-width="884" /></td>
您需要将 data-max-width 修改为所需的宽度。对所有图像上传字段重复相同的步骤。