2014-04-22 63 views

回答

1

Pinterest無法識別背景圖像。 如果你不能將它們變成非背景圖片也許你可以使用一個技巧與把相同的一組圖片的網頁上,但使用樣式隱藏起來 - Pinterest的無論如何都應該看到他們:

<div style="background-image: url('/path/to/my/image.jpg');"> 
<span style="display:none;"><img src="/path/to/my/image.jpg" /></span> 
</div> 
相關問題