Skip to content

Instantly share code, notes, and snippets.

View kan0neego's full-sized avatar
👨‍💻
Focusing

Tim V. Roman kan0neego

👨‍💻
Focusing
  • Amsterdam
View GitHub Profile
@mica-sirup
mica-sirup / equal_height_fit-rows.js
Last active October 15, 2025 04:24
isotope equal height fitRows – Isotope Fit Rows with equal height rows
( function( window ) {
'use strict';
function fitRowsDefinition( LayoutMode ) {
var FitRows = LayoutMode.create('fitRows');
FitRows.prototype._resetLayout = function() {
this.x = 0;