I have an image that has the dimensions of 2400 x 3104, but when I upload the image into my webpage it keeps on showing up as 646 x 1200. Can someone please explain why this is happening?
Cheers
Carlton
Joomla
Last Comment
Prasadh Baapaat
8/22/2022 - Mon
V4nP3rs13
646v2-1200 is the file name... it is not the image size :)
cpatte7372
ASKER
V4n
I know its not the image size. The image size is 2400 x 3104, but as I said when published it still shows up a lot smaller than 2400 x 3104.
I need to know how to make it appear as 2400 x 3104?
Prasadh Baapaat
This is what i understand from your question: you are uploading an image as shown in screenshot... but when you check it in the site (view it in browser) it is being resized to 1200 pixels wide... correct?
if this is what is happening, then your problem is because of the CSS rule used for 'responsive images' where you set image width to 100%....
You need to check the CSS being applied to the image (or the DIV around it) by using some tools like Firefox / Firebug,
a way to show the full image is to show it in a popup using extension like 'JCE mediabox-popup plugin'.
let me know if I am correct in above assumptions, if correct maybe I will be able to help you.