Just a heads up that it kind of name collides with re-frame which is a frontend clojurescript library.
Reframe.js – Responsive iFrames
11–18 of 18 posts
Re: Reframe.js – Responsive iFrames
#12Re: Reframe.js – Responsive iFrames
#13Interesting to see open-source packages coming out of Dollar Shave Club. They have over 40 projects on github that have been updated within the last year.
Re: Reframe.js – Responsive iFrames
#14Just a heads up that it kind of name collides with re-frame which is a frontend clojurescript library.
Re: Reframe.js – Responsive iFrames
#15Interesting to see open-source packages coming out of Dollar Shave Club. They have over 40 projects on github that have been updated within the last year.
Re: Reframe.js – Responsive iFrames
#16Earlier quoted context omitted.
What exactly is "dangerous" about this? The functionality is pretty straightforward - it just creates a parent element of the correct width/height around an element that dictates the original elements height, and then resizes the inside one proportionately as needed for responsiveness (using CSS only).
"Dangerous" was the wrong word, and I should have expanded further. Also, it appears as though my use case isn't specifically for what this is designed, so I take that back. I'm thinking of the case in which this may be useful to modify older complex sites where chosen selectors might cause unexpected results. Apologies.
Re: Reframe.js – Responsive iFrames
#17Re: Reframe.js – Responsive iFrames
#18Isn't this what fitvids.js does? Forgive my arrogance. http://fitvidsjs.com/
short version: it's meant to be smaller / avoid a jQuery dependency.