Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

image error showing 0x0 pixels

Avatar

Level 2

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.

2 Replies

Avatar

Employee

Any messages in the log file?

Avatar

Administrator

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