简体   繁体   中英

some images work but not all of them in XAMPP/HTML?

so im currenrly coding a image viewer for my website but where my problem lies is all my websites images are in my img folder and all of the older ones work but if i add any more they wont show on my site? all of my folders are in the htdocs and everything else works just not SOME of the images.... heres the html code :)

`    <!--image viewer-->
<script type="text/javascript" src="slider.js"></script>
<div class="big_img_wrapper">
                <img src="img/maxresdefault.jpg" id="big_img_1" class="big_img">
                <img src="img/sunset.png" id="big_img_2" class="big_img">
                <img src="img/background1.png" id="big_img_3" class="big_img">

            </div>
            <div class="thumbs_img_wrapper">
                <img src="img/maxresdefault.jpg" id="thumbs_img_1" calss="thumbs_img">
                <img src="img/sunset.png" id="thumbs_img_2" calss="thumbs_img">
                <img src="img/background1.png" id="thumbs_img_3" calss="thumbs_img">
            </div>
</div>`

The spesific image that isnt working here is "maxresdefault.jpg"? this is happening throught my site with any more photos that i add... any ideas??

what I can see from the above information is, it just not working for the only jpg image. Perhaps you should verify the image in your image folder has the same jpg extension. It might be png .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM