Git Product home page Git Product logo

boxfit's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

boxfit's Issues

Android 4.1-4.4 Native Browser Support

This plugin is exactly what I need! But, I ran across an issue in older Android devices in its native browser. Works fine in these versions of Android in the Chrome browser, but since Android's default browser is its native one, most users will be seeing our content in the native browser and not Chrome.

maxFontSize not working

I am not familiar with JavaScript and jQuery, so excuse if I'm missing something, but it seems to me that the maxFontSize option has not actually been implemented.

Adding the following code into the while loop does what I would the option expect to do:

if (settings.maxFont) {
  if (parseInt(inner_span.css("font-size"), 10) >= parseInt(settings.maxFontSize, 10)) {
    break;
  }
}

Angular js

This is excellent! Exactly what I am looking for. However, is there angular only solution? If not, I will write one.

Add AMD/CJS support

This plugin is missing AMD/CJS support and returning itself to avoid loading jquery + boxfit.

I could do a PR if you want.

about line height

hi!

I tested on local to change line-height to 150% and it didn't break on my case.
is it possible to add such a settings ?

thanks.

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.