Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,281
Widok
0
20/11/2018 1:30 pm
Topic starter
example
1 Answer
0
20/11/2018 1:31 pm
Topic starter
1 2 3 4 5 6 7 8 9 10 11 12 |
$('.fancybox').fancybox( { autoSize: false, autoDimensions: false, width: 720, height: 405, fitToView: false, padding: 0, title: this.title, href: $(this).attr('href'), type: 'iframe' }); |
$('.fancybox').fancybox( { autoSize: false, autoDimensions: false, width: 720, height: 405, fitToView: false, padding: 0, title: this.title, href: $(this).attr('href'), type: 'iframe' });