Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Images are not loading in mac

  • 3 trả lời
  • 0 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Hi

  My website Images are not loading in mozilla firefox (mac) and Firefox private browser (windows 11) ,for all other browsers like safari,chrome its working properly.

If i do any of the following scenario's ,the images start showing up

 1. If i hard reload my website page on firefox ,the images showing up 
 2. If i just click any css style in inspect element(under filter styles), the images showing up 

And i m not getting any errors or warnings

Sorry i can't share my code or screenshots here

Hi My website Images are not loading in mozilla firefox (mac) and Firefox private browser (windows 11) ,for all other browsers like safari,chrome its working properly. If i do any of the following scenario's ,the images start showing up 1. If i hard reload my website page on firefox ,the images showing up 2. If i just click any css style in inspect element(under filter styles), the images showing up And i m not getting any errors or warnings Sorry i can't share my code or screenshots here

Tất cả các câu trả lời (3)

more options

Hi support team

           I updated this query a month before ,Can you please consider and give us some solution 

Thanks in advance

more options

ahamed.siraj90 said

My website Images are not loading in mozilla firefox (mac) and Firefox private browser (windows 11), for all other browsers like safari,chrome its working properly. If i do any of the following scenario's ,the images start showing up 1. If i hard reload my website page on firefox ,the images showing up 2. If i just click any css style in inspect element(under filter styles), the images showing up

Some pages use "lazy" loading for images: the <img> tag initially does not have the src attribute set, and that is added by a script depending on the position of the page in the viewport. If your page uses lazy loading, the problem might be that the script is not working correctly in Firefox.

One possible reason for that is: when Firefox restores content from cache, Firefox may not fire a load event for the document or window. However, you need to dig into your page and figure out where the process is failing.

more options

You can check the Web Console for relevant-looking messages.

You can check the Web Console (Tools -> Web Developer) for messages about blocked content and about the presence of mixed or unsafe content.

You can check the Network Monitor to see if content is blocked or otherwise fails to load.

If necessary use "Ctrl+F5" or "Ctrl+Shift+R" (Mac: Command+Shift+R) to reload the page and bypass the cache to generate a fresh log.