• Hello,
    is there away to move the captions before the main image?
    I found out this php portion, I guess the problem is there:

    // Position the caption at the bottom of the image and set its opacity
    						var slideImage = slide.find('img');
    						caption.width(slideImage.width())
    							.css({
    								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
    								'top' : slideImage.outerHeight(),
    								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
    							})
    							.fadeTo(duration, 1.0);

    Thanks,
    Antonella

    http://wordpress.org/extend/plugins/photospace/

  • The topic ‘[Plugin: Photospace Gallery] Caption on the top left’ is closed to new replies.