Questions tagged [shadowbox]

Shadowbox is a web-based media viewer application that supports all of the web's most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. It can be used to dynamically load content into the users browser without navigating away from the page, by using just a few lines of simple JavaScript code.

Shadowbox is a web-based media viewer application that supports all of the web's most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. Using Shadowbox, website authors can showcase a wide assortment of media in all major browsers without navigating users away from the linking page.

http://www.shadowbox-js.com/

Features

What sets Shadowbox apart from every other "box" out there?

Standards

Shadowbox uses HTML markup that validates. It doesn't depend on phony HTML attributes in your anchor tags to make it work. The web has enough problems with standards compliance as it is, and Shadowbox does its best to not perpetuate them.

Smart

Shadowbox uses a smart plugin detection mechanism behind the scenes that can spare your users from confusing torn image or puzzle piece icons when they don't have the plugins they need to view your content. Also, it will never overflow the viewport, forcing those obnoxious scroll bars.

Free from Frameworks

Although Shadowbox has the unique ability to adapt to whatever JavaScript framework you choose, it's just as easy to run it as a standalone app, giving the developer a great deal of flexibility.

Flexible

Shadowbox supports all of the web's most popular media publishing formats including images, QuickTime, Windows Media Player, Flash, Flash video, HTML, and even external web pages. This makes it easy to display your content, no matter what it is.

Customizable

Shadowbox supports a host of options that make it highly configurable. If you don't like the way something works, chances are very good that you can change it without digging through the code.

Universal

Shadowbox ships with support for many of the world's most-spoken languages, making it easy to configure Shadowbox to communicate with your visitors in their native tongue.

Neat and Compact

The Shadowbox code is neat, modular, and compact. Create a custom build of the code that includes just the features you need so it's as lightweight as possible.

Plays Well with Others

Shadowbox tries to be as unobtrusive as possible. If your client doesn't have JavaScript enabled, it will stay completely out of the way and allow the page to function normally.

269 questions
0
votes
1 answer

Drupal 7 - Display a Block in shadowbox?

How to display a block in shadow box? I have used this My link when i click this it is not displaying in shadow box.... What is the problem
Iam4fun
  • 1,438
  • 3
  • 14
  • 18
0
votes
1 answer

How to call a function when shadowbox finished to open

i need to call a function when shadowbox is opened and displayed in my page. I try this: Shadowbox.open({ content: contentD, player: "html", title: "Pubblicazione annunci in corso...", height: 350, width: …
Jayyrus
  • 12,961
  • 41
  • 132
  • 214
0
votes
1 answer

Shadowbox Firefox incompatibility issue with scrollbars

Shadowbox in Firefox always shows me the scrollbars; With Chrome, IE and Safari works OK. Any one knows how to solve this problem? I tried different things in the shadowbox.css but nothing …
Jonathan Calb
  • 731
  • 1
  • 10
  • 28
0
votes
1 answer

Reload parent shadowbox iframe page without losing POST data

I have a page where users can edit pictures from a list with filters via POST. When a user edits something it opens in a shadowbox window. Then on submit the parent page reload with this code: