joomla - chrome doesn't load images -


i using joomla 2.5 , have been trying load bunch of images in page. load fine in ff/safari don't load in chrome.

originally code this:

<div id="sponsors">     <img src ="<?php echo $apath; ?>/images/ads/ad__03.png" />     <img src ="<?php echo $apath; ?>/images/ads/ad2.png" />     <img src ="<?php echo $apath; ?>/images/ads/ad3.png" />     <img src ="<?php echo $apath; ?>/images/ads/ad4.png" />     <img src ="<?php echo $apath; ?>/images/ads/ad5.png" />     <img src ="<?php echo $apath; ?>/images/ads/ad6.png" />     <img src ="<?php echo $apath; ?>/images/ads/ad7.png" /> </div> 

which rendered as: enter image description here

in chrome.

i checked network tab in dev tools. there 2 attempts made images load: enter image description here enter image description here

the template works in other browsers. have tried moving images other folders, chrome refuses show images.

i guess have ad blocking plugin (adblockplus)? occur on ff similar plugins.

the issue have word ads in images' urls.

the solution find rename "ads" part of url, write seems shouldn't hard.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -