首页 > 解决方案 > Safari 没有出现在我的网站上的图像

问题描述

我不知道我在这里错过了什么,但它未能完全出现在我认为在 Safari 中的 iPhone 中。它在 Chrome 和 Edge 中完美显示

!DOCTYPE html>
<html lang="en">
<head>
  <title>Bootstrap Example</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<center>
<div class="container">
  <a href = "https://www.rodoscars.info/?api=casacook"</a>        
  <img src = "https://drive.google.com/uc?export=view&id=1gEAfmXqpA35AhxhtrIv4lIQphGJ7eTt8" class="img-thumbnail" alt="RODOS CARS" width="304" height="236">
</div>
</center>
</body>
</html>

标签: htmliosiphonemacossafari

解决方案


推荐阅读