I have some links on my web page. When you click them Fancybox windows with iframe opens up, which works fine. However, I want to change the windows sizes so that it’s different on the different links.
How could I accomplish what I want? Should I change in the Fancybox.js-file?
This is how my links look.
Link 1:
<a class='various' data-fancybox-type='iframe', href='/blog/' + blog._id.toHexString())>
Link 2:
<a class='various' data-fancybox-type='iframe', href='/image/' + image._id.toHexString())>
Through Jquery’s