HTML:
Код: Выделить всё
[url=images/press/creating websies for NGOS.png]
[img]images/press/creating websies for NGOS.png[/img]
[/url]
Код: Выделить всё
$(".fancybox").fancybox({
beforeShow: function () {
this.width = $(this.element).data("width");
this.height = $(this.element).data("height");
}
});
Подробнее здесь: https://stackoverflow.com/questions/231 ... a-fancybox