Los plugins son piezas de código independientes que añaden funcionalidad insertándose como un "include" antes de presentar una página.
La gran ventaja es que los plugins en Flaty se activan por página evitando cargar código innecesario en páginas donde no se necesita código adicional. El resultado es código más limpio y preciso que generalmente provoca mejores tiempos de carga.
This is a default featherlight lightbox.
It's flexible in height and width.
Everything that is used to display and style the box can be found in the featherlight.css file which is pretty simple.
It's easy to override the styling of Featherlight. All you need to do is specify an additional class in the data-featherlight-variant of the triggering element. This class will be added and you can then override everything. You can also reset all CSS: $('.special').featherlight({ resetCss: true });