Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 197989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:54:00+00:00 2026-05-11T16:54:00+00:00

I need to get an image’s dimensions in javascript (jQuery) when no styles are

  • 0

I need to get an image’s dimensions in javascript (jQuery) when no styles are specified for it (jQuery’s css() returns 0).

Maybe it is because I’m loading the image with jQuery just before asking for its dimensions. If this is the case, is there any event to listen that tells when the image has been loaded?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T16:54:00+00:00Added an answer on May 11, 2026 at 4:54 pm

    Maybe the image has not fully loaded therefore the dimensions can not be given.But without your code I can’t tell what you’re doing wrong, but here is an Example that would work:

    function LoadImage(isrc) {
        var oImg = new Image();
        oImg.src = isrc;
        if (oImg.complete) {
            window.alert(oImg.src + ' ' + oImg.width + ' x ' + oImg.height);
        }
        else {
            window.setTimeout('iLoad(imgsrc)', 1000);
        }
    }
    
    <body onLoad='LoadImage(imgsrc)'>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here in this html i need to get the image name arrow_down using jquery
I need to get the image dimensions of a JPEG in C++. I'm looking
I need to get image from the web and store it in the phone
I need to get an image from a SQL Server as a byte[], and
i need to get the current image opened after importing an image sequence to
I need fast to get the image from a game. And i try with
I need to get a resource image file in a java project. What I'm
I need to get the height and width of the image found in the
i need to get an image from client and displayed(preview) before saving it into
I need to get Image object from Google Maps, centered to a given address,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.