嗨!我有一个图像滑块.当我尝试从我的服务器检索图像时,图像被正确显示.(http://stthomasmountmtc.org/index.html)
但是,当我尝试从Dropbox检索相同的图像时,不会显示/检索图像.(http://stthomasmountmtc.org/index1.html)
<img src="https://www.dropbox.com/s/woart55urbw792u/image1.jpg" alt="image" />
Run Code Online (Sandbox Code Playgroud)
当我src
在浏览器中打开属性中的链接时,可以看到图像,因此链接显然没有被破坏.请分享您的建议.
谢谢Samuel Mathews.