Giter Site home page Giter Site logo

jquery-imagefit-plugin's People

Watchers

 avatar

jquery-imagefit-plugin's Issues

Image Disappeared under Jquery Tabs as script can't get image width

What steps will reproduce the problem?
1. the image is put under jquery tabs division (attached)
2.
3.

What is the expected output? What do you see instead?
Image not shown. when checking the source, I noticed that width and height of 
the image is set to 0px.

What version of the product are you using? On what operating system?
0.2, Windows 7

Please provide any additional information below.
I use $(window).load(function(){} but still no luck.

Original issue reported on code.google.com by [email protected] on 29 May 2014 at 7:53

Attachments:

Images aren't shown on cell phones

What steps will reproduce the problem?
1. On Android phones images aren't showing
2. On iOS (iPhone 4s, iPhone 5) images aren't showing either
3.

What is the expected output? What do you see instead?
I don't see images.


What version of the product are you using? On what operating system?
0.2, Android, iOS


Please provide any additional information below.
Images that are proccessed are not showing on page


Original issue reported on code.google.com by [email protected] on 5 Feb 2013 at 9:37

IE8

What steps will reproduce the problem?
1. Run IE8
2. Use default code
3.

What is the expected output? What do you see instead?
Image should fit, but it goes over the container.

What version of the product are you using? On what operating system?
Current. Win 7.

Please provide any additional information below.

#test {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 50%;
    z-index: 200;
    border: 1px solid black;
}

#test img {
    max-width: 100%;
    max-height: 100%;
}

<div id='test'>
    <img src='http://images.trulia.com/blogimg/e/f/b/3/911776_1285032624390_o.jpg' alt=''>
</div>

Original issue reported on code.google.com by [email protected] on 2 Nov 2012 at 8:45

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.