I. Proportional heights inside an iframed document must be (re)calculated with respect to the height of the parent document There exists a variety of methods for setting the height of an iframe to match the height of its content. But I haven't found one that correctly handles the case of iframed documents containing elements with proportional heights ('vh' or '%'; correct me if I'm wrong). The problem is that, in a standard situation, any information sent to the iframe as regards to the proportional ...
Updated 09-24-2018 at 07:36 PM by molendijk
A Single-Page Application is a website that fits on a single page. All necessary code is retrieved with a single page load or dynamically loaded and added to the page as necessary. The page does not reload at any point in the process unless it is manually refreshed. This provides a more fluid user experience. SPA has been adopted by several javascript frameworks such as AngularJS, Ember.js, Meteor.js and ExtJS. But these frameworks are overkill in regards to what is needed for a SPA to function ...
I know there's an excellent YouTube Video Gallery on DD. But I wanted a gallery that - shows the videos inside the box containing the thumbnails for the videos, giving them the dimensions of the box; - allows the videos to also be shown at full window size (maximize and minimize buttons for the videos); - removes the Youtube ads; - makes it possible to put text at the top of the thumbnails and at the top of the videos themselves. So I made a gallery myself. ...