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 9135717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:51:36+00:00 2026-06-17T08:51:36+00:00

I have a page that is using infinite scroll to display a bunch of

  • 0

I have a page that is using infinite scroll to display a bunch of photos in a 270 x 270 div. I am trying to crop these images down so that they maintain their aspect ratio. I have gotten it to work in css using overflow: hidden and a few tweaks like that. But if the image is smaller I want it to upsize and if it is bigger, I first want to make it smaller.

My best attempt right now is in the img onload event, I run some javascript that does this, but the performance is really bad.

I am thinking that I am going to need to crop the image when the user uploads it, and store a thumbnail version and regular version. My question is has anyone done clientside cropping of images in javascript that was able to still maintain good performance (meaning scrolling did not become jerky because of it)

  • 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-06-17T08:51:37+00:00Added an answer on June 17, 2026 at 8:51 am

    As I understand you have blocks 270×270 px and you want to fill them completely with images. Try to move images to background and use background-size:cover.

    Demo http://jsfiddle.net/heuku/1/

    <div style="background-image:url(http://placekitten.com/100/200)"></div>
    <div style="background-image:url(http://placekitten.com/200/100)"></div>
    <div style="background-image:url(http://placekitten.com/200/200)"></div>
    
    div {
      width:180px;
      height:170px;
      background-repeat:no-repeat;
      background-size:cover;
    }
    

    Note that this solution not working in IE8 and below.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page ItemList that shows a list of items using div's. After
I am using the infinite scroll plugin http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/ to load page content. I have
I have a page using JQuery and I've implemented infinite scrolling on a div.
I have a page that is currently using the datetime microformat to display a
I have a page that is using jQuery tabs. Within one of my tabs
I have a page that I am using an Ajax Accordion and when I
I have a page that dynamically creates (using jQuery) Input boxes for the user.
The Scenario Using jQuery, I have a page that has a popup overlay containing
new on rails and using windows for now,, i have web page that user
I have a PHP page that loads external content using other PHP files. I'm

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.