从主页中提取背景图像

Extracting background image from home page

我正在尝试从该网站提取背景图片。当我右键单击并查看源代码时,我在 chrome 开发工具中找不到它。不太确定他们将背景图像隐藏在哪里 link。任何帮助,将不胜感激。

这是主页:http://aframe.com/

http://aframe.com/themes/newTheme/images/default.jpg?v=1 这是 link 我的朋友,它在 div 和 class "backstretch"

<div class="backstretch" style="left: 0px; top: 0px; overflow: hidden; margin: 0px; padding: 0px; height: 1139px; width: 1903px; z-index: -999999; position: fixed;"><img src="/themes/newTheme/images/default.jpg?v=1" style="position: absolute; margin: 0px; padding: 0px; border: none; width: 1903px; height: 1263.06960784314px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -62.0348039215687px;"></div>

<img src="/themes/newTheme/images/default.jpg?v=1" style="position: absolute; margin: 0px; padding: 0px; border: none; width: 1903px; height: 1263.06960784314px; max-height: none; max-width: none; z-index: -999999; left: 0px; top: -62.0348039215687px;">

来源:http://aframe.com/

devtools 中的图像位于框架 > 图像的资源选项卡下(它们之间可能有一两个文件夹)。请注意,您没有非法下载文案图像用于您自己的项目...