image error showing 0x0 pixels | Community
Skip to main content
Level 2
December 22, 2016

image error showing 0x0 pixels

  • December 22, 2016
  • 2 replies
  • 7311 views

Hi,

I have added a particular image in the dam, though i am giving the correct path i am unable to view the image.

On inspection i see that the image size is 0x0 pixels.I even removed and added the particular image again.The error still persists.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Feike_Visser1
Adobe Employee
Adobe Employee
December 22, 2016

Any messages in the log file?

kautuk_sahni
Community Manager
Community Manager
December 23, 2016

Hi

Please check the error coming in log file "error.log" and browser error.

If there is no error, then it could be the case that you have set CSS for image as "visibility:hidden". When you do display:block to show it, it's there physically (I mean you can access it's properties but it's not visible. In order to have it show on screen, you need to set it's visibility to visible.

~kautuk

Kautuk Sahni