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

  • SEARCH
  • Home
  • 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 7617577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T03:11:06+00:00 2026-05-31T03:11:06+00:00

I wanted to show image from another server, but a smaller image maintaining the

  • 0

I wanted to show image from another server, but a smaller image maintaining the aspect ratio and i will not be knowing the exact size of that image. Can i do this?

  • 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-31T03:11:08+00:00Added an answer on May 31, 2026 at 3:11 am

    First you need to grab the image from another server, for that you can use file_get_contents().

    Then you need some code to resize an image. Since you have the image content in a string rather than a local file, you can use imagecreatefromstring() try here:
    curl and resize remote image

    If you want to resize it down relative to the original then use getimagesizefromstring() to get the current size, then simply calculate the new size based on your chosen percentage.

    $content = file_get_contents('http://site.com/image.jpg');
    
    $originalSize = getimagesizefromstring($content);
    
    $originalWidth = $originalSize[0];
    $originalheight = $originalSize[1];
    
    $newSize = 0.6; // 60% of the original size
    
    $newWidth = $originalWidth * $newSize;
    $newHeight = $originalHeight * $newSize;
    
    // now you know what the resized width and height should be, you can go ahead and do the actual resizing
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to show the users Name Address (see www.ipchicken.com ), but the only
I wanted to easily blend a UIImage on top of another background image, so
I've got an app that does Text-To-Speech; but I wanted to show an animated
I wanted to show problem with this video. Please watch... I've 2 pages. Second
I wanted to write a Custom Control that would show a family tree... so
I wanted to generate one fix view using interface builder, but the size of
** EDIT November 17th ** Hi again, I wanted to show some code you
What would I do if I wanted my PHP script to show some text
I have few pages that I show from my main page inside iframe .
I have a empty hidden div that will include information from an AJAX call.

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.