图像不会加载到safari上

时间:2017-05-25 08:56:51

标签: php wordpress image browser safari

该网站在所有其他浏览器上运行正常,但昨天在safari上图像停止加载。他们中的大多数都很模糊,有些根本没有负荷。模糊的开始通过从图像中删除参数来加载,但是根本没有加载的那些我无法找出原因。它们都有data-src-square。

代码:

sudo()

在safari浏览器上如果我检查html它有一个空的 <div class="card__image" data-src-square="<?php echo esc_url( $square_featured_image['urlTemplate'] ); ?>" data-src="<?php echo esc_url( $featured_image['urlTemplate'] ); ?>" style="background-image:url(<?php echo esc_url( $featured_image['urlTemplate_small'] ); ?>" alt="<?php echo $featured_image['alt']; ?>)"> </div> ,这在其他浏览器上不会发生:

Any ideia how i can fix this/why this happens?

1 个答案:

答案 0 :(得分:0)

背景图片图片网址最后缺少。似乎野生动物园更严格。

style="background-image:url(<?php echo esc_url( $featured_image['urlTemplate_small'] ); ?>)"