Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. this.gallerySelectorTitle =
  2.             new Element('h2').set('html',this.options.textGallerySelector).injectInside(this.gallerySelector.element);
  3.         var gallerySelectorHeight = this.galleryElement.offsetHeight - 50 - 10 - 2;
  4.         this.gallerySelectorWrapper = new Fx.Morph(
  5.             new Element('div').addClass(
  6.                 'gallerySelectorWrapper'
  7.             ).setStyle(
  8.                 'height',
  9.                 gallerySelectorHeight + "px"
  10.             ).injectInside(this.gallerySelector.element)
  11.         );
  12.         //this.gallerySelectorTitleSp = new Element('span').set('html',this.options.textGallerySelector).injectInside(this.gallerySelectorTitle);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement