Before you ask please READ THIS

Change Color of LightBox

edited January 2012 in Airlock Posts: 1
Hallo there,

is there any chance to change the color of the Lightbox Background of the Videoplayer.

Thanks for Help.

Comments

  • AirAir
    edited January 2012 Posts: 10,970
    Hi

    If you mean color of overlay then you can edit
    airlock/common/js/jquery.fancybox.settings.js line 27

    $("a.alpha-scope-video").fancybox({
    'overlayShow' : true,
    'transitionIn' : 'elastic',
    'transitionOut' : 'elastic',
    'titlePosition' : 'inside',
    'overlayOpacity': '0.7',
    overlayColor: '#ff0000'
    and add last line of this listing with desired color.

    If you mean white around video then it would be harder. You will have to mess with CSS in airlock/common/css/jquery.fancybox-1.3.4.css

    With regards.
    Post edited by Air on
  • edited April 2012 Posts: 0
    The user and all related content has been deleted.
    Post edited by [Deleted User] on
  • The user and all related content has been deleted.
  • AirAir
    Posts: 10,970
    nice ;-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!