LinkThumbnailer v3.1.0 Release Notes

Release Date: 2015-09-13 // over 8 years ago
  • 🛠 Fixes

    • 🛠 Fix an issue when image sizes could not be retrieved.

    ➕ Adds

    • Grapers now accepts an optional parameter to customize the weigth of the grader in the probablity computation.
    LinkThumbnailer::Graders::Position.new(description, weigth: 3)
    

    Will give a 3 times more weigth to the Position grader compare to other graders. 0️⃣ By default all graders have a weigth of 1 except the above position grader since position should play a bigger role in order to find good description candidates.