0
該網站在iphone設備上顯示圖片時出現問題,通過水平最小化瀏覽器來複制此問題。
Here是顯示問題的鏈接。
我的手動修復是我縮小瀏覽器(ctrl + - ),here演示的鏈接。某些圖片不能在iphone上顯示
有無論如何,這可以解決與HTML,CSS或JavaScript/jQuery的。
我已經爲頁面的響應標籤:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
這是圖像DIV的HTML:
<div class="col-md-3 col-sm-3 col-xs-6 fabric-box">
<a href="customize/fabric/<?php echo $x['hash'];?>/<?php echo $_SESSION['customize_mode'];?>">
<div class="image-holder fabric-image-holder">
<img data-src="<?php echo ap($x['thumb']);?>" class="lazy img-responsive" src="<?php echo $conf->bg;?>"></img>
</div></a>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h5 class="fabric-name pull-left"><a href="customize/option_item/<?php echo $x['id'];?>"><?php echo $x['name']?></a></h5>
</div>
<div class="col-md-12 col-sm-12 col-xs-12">
<h4 data-option-group="<?php echo $x['option_group_hash'];?>" data-toggle="tooltip" data-placement="top" title="" data-original-title="<?php echo $data_original_title;?>" id="wishlist-<?php echo $x['id']?>" class="wishlist-button pull-right">
<span class="glyphicon <?php echo $glyphicon;?>"></span>
</h4>
<a href="customize/option_item/<?php echo $x['id'];?>" class="btn btn-declothe-gray btn-xs">Details</a>
</div>
</div>
</div>
點擊here的頁面
給小提琴或您的網站鏈接,而不是給予png – Husen
添加鏈接 - http://sgwebco.com/dc/customize/fabrics – taptipblard