Dans une ancienne version de fancybox, j'ouvre un iframe avec ce code
$.fancybox({
'padding': 20,
'width': '650px',
'type': 'iframe',
'href': '....php?anchor=' + xyz,
'autoDimensions': true,
'autoScale': true,
'centerOnScroll': true,
'scrolling' : 'no',
afterClose : function(){
location.reload();
}
});
dans une nouvelle version n'est pas possible. Avez-vous des idées ?