No commit activity in last 3 years
No release in over 3 years
iframe-resizer js package for rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

< 5.0, >= 3.1.0
 Project Readme

Iframe Resizer for Rails

Rails wrapping for https://github.com/davidjbradshaw/iframe-resizer

Usage

Inside application.js, add:

// for host
//= require iframeResizer.min
// for iframe client
//= require iframeResizer.contentWindow.min

Remove js min file source map comment, it is hard to embed into rails.