Demo

APRIL THEME

Available for Joomla and WordPress
Build with UIkit and Warp7.

194 comments 5.256 likes

Demo Demo
Get UIkit

Built with UIkit

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces. It comes with a wide range of reusable and combinable components. All UIkit classes are namespaced, so they won't interfere with other frameworks and extensions you might be using. Here's an overview of the different UIkit components, which you can easily modify using the customizer.

Visit Website

Home News 1

14 MAR

Pagekit is here!

Pagekit is a new content management system built from the ground up with modern technologies like Symfony components and Doctrine.

posted in Blog by Julia Black.

Home News 2

18 FEB

We are growing

Our team was joined by new web designers and developers at the beginning of the year, who brought new life and ideas to the company.

posted in Blog by Dave White.

Spotlight

The Widgetkit Spotlight allows you to add an overlay to your images, which fades or moves in on mouse hover. The overlay can be an image or HTML content. The default magnifier spotlight is a perfect match for the Widgetkit lightbox.

Features

  • Create nicely animated image overlays
  • Supports custom image or HTML content overlays
  • 5 different animation modes
  • Responsive design to fit all device resolutions
  • Built with the latest jQuery version
  • Works with Joomla and WordPress

Examples

If no custom overlay is set, the default spotlight fades in an overlay with a magnifier image. If you define a custom overlay, you can choose between different animations – fade, bottom, top, right and left.

How To Use

Use the HTML5 custom data attribute data-spotlight to activate the spotlight.

<a data-spotlight="on" href="/mypage.html">
    <img src="/image.jpg" width="180" height="120" alt="" />
</a>

To create a custom overlay, use a div element with the CSS class overlay. You can set the effect parameter to the data attribute. For example:

<a data-spotlight="effect:bottom;" href="/mypage.html">
    <img src="/image.jpg" width="180" height="120" alt="" />
    <div class="overlay">Custom Overlay</div>
</a>

You can set the effect parameter to fade, bottom, top, right and left.

Home Gallery