- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
所以我尝试将此代码用于我的博客模板以显示缩略图。
<b:if cond='data:post.featuredImage'>
<a class='a-thumbnail' expr:href='data:post.url' itemtype='https://schema.org/ImageObject'>
<img class='post-thumbnail' expr:alt='data:post.title' expr:src='data:post.featuredImage' expr:title='data:post.title' itemprop='thumbnailUrl' />
</a><b:else/>
<a expr:href='data:post.url' itemtype='https://schema.org/ImageObject'>
<img class='post-thumbnail' expr:alt='data:post.title' expr:title='data:post.title' height='200' itemprop='thumbnailUrl' src='https://2.bp.blogspot.com/-L_kUUQ1IPIA/XCjxUauyFsI/AAAAAAAAD3U/p64aZgv9GF0qR7O27v7j_QK8eaF9tohnACK4BGAYYCw/s1600/NoImage-min.png' width='336' />
</a>
</b:if>
但是,为什么当我使用外部图片时它显示 googleusercontent.com 而不是原始链接图片?
我的外部链接图片:
https://www.setaswall.com/wp-content/uploads/2017/05/Minimal-Phone-Wallpaper-001-1080x2340-945x2048.jpg
它显示如下:
<a class="a-thumbnail" href="https://pinpaper-template.blogspot.com/2020/03/malesuada-bibendum-arcu-vitae-elementum.html" itemtype="https://schema.org/ImageObject">
<img alt="Malesuada Bibendum Arcu Vitae Elementum Curabitur" class="post-thumbnail" itemprop="thumbnailUrl" src="https://lh5.googleusercontent.com/proxy/OtwZzJk06niBX-akp4Ja5GLJNB8ByfiqxXclA8O-OzrWtk9Drg4RSxb_IkaoZwb-dyqF5UqkIp-mMZrthJ1t0ekZ2Rc9P7EYA5OYWbcAw28yuvth6Dk9C6-oabZIcqBZNgDLY4vdIgAvRfG2iD86ZrhEHaulNBJTMsFh" title="Malesuada Bibendum Arcu Vitae Elementum Curabitur">
</a>
仅供引用,在这种情况下,我使用 b:defaultwidgetversion='2' 和 b:layoutsVersion='3'
在此先感谢您的帮助。
最佳答案
这仅仅是因为 Blogger 使用其代理从外部服务器加载图像。这是因为他们希望通过他们的 CDN 安全地加载图像,这也导致更快的加载。
此外,Gmail 使用类似的东西 - 它们在代理中加载外部图像。
图片没有太大区别,只是url变了而已。
通过代理生成的 URL 是临时的,每次都会生成新的 URL。
关于blogger - 如何将 googleusercontent.com 更改为外部图片博客,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60690851/
所以我尝试将此代码用于我的博客模板以显示缩略图。 但是,为什么当我使用外部图片时它显示 googleusercontent.com 而不是原始链接图片? 我的外部链接图片: https
我有一个系统,每当用户上传图片时,它都会向注册用户的 gmail 发送一封电子邮件。但是在电子邮件中,我看到类似这样的内容,缩略图不可见。 我检查元素,发现 src 链接到这个 url:https:/
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 4年前关闭。 Improve thi
首先,我认为我的问题与这些问题无关:question 1 , 或 question 2 . 因为我没有在任何地方使用身份验证,也没有使用任何库(我不需要)。 我只是在我的 Web 应用程序中加载一些公
我想将博主帖子的所有图像网址从 1(2/3/4).bp.blogspot.com 更改为 lh4.googleusercontent.com。这是我使用的脚本 var images = documen
Gmail 的 Google Proxy 缓存了错误的图像文件在 googleusercontent.com 下运行,我们正在考虑删除缓存。原始文件链接自 Amazon S3。我们想强制使缓存失效,以
我多次找到问题和答案,但没有人帮助我 :( 。有人可以帮助我吗? CFBundleURLTypes CFBundleTypeRole Editor
我们有一个 Google Sheets 插件,并且想为某些功能切换其他 Google 帐户。 半年前,我成功添加了一个网址(https://***.googleusercontent.com)到授权
我使用 Google Plus 作为登录名,捕获用户信息等。 我正在保存的个人资料图片如下所示: https://lh4.googleusercontent.com/-ahWlp0z8KQM/AAAA
我正在尝试将 GoogleSignin 集成到我的 react-native 应用中。 但是我得到了一个异常(exception): 在使用参数 ( ) 在目标 RNGoogleSignin 上调用登
我是一名优秀的程序员,十分优秀!