Iframe Splitter is a simple tool to divide computer screen into multiple sections to be displayed on TV dashboard. The tool is based on library angular-split for area resizing by dragging. Configuration data is stored in browsers local storage.
- Splits screen in any way
- Configurable zoom per frame
- Configurable auto-refresh per frame
- Easy full-screen mode
- Free
Demo: https://iframe-splitter.firebaseapp.com
Some websites don't allow their content to be rendered in an iframe by sending X-Frame-Options header. However, this limitation can sometimes be resolved by using dedicated embedable url. Youtube embedable url example: https://www.youtube.com/embed/M7lc1UVf-VE?autoplay=1
You can also install chrome extension that allows any page to be rendered in iframe.
This project was generated with Angular CLI version 6.0.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Project demo is hosted on Google Firebase.
Install firebase tools
npm install -g firebase-tools
firebase login
firebase init
ng build --prod
firebase deploy