You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: EDAV-assignment1.html
+1-62
Original file line number
Diff line number
Diff line change
@@ -982,66 +982,5 @@ <h2><A NAME="getintouch">Get in touch</A></h2>
982
982
<p>Copyright (c) 2014 Andrew Yuan. No rights reserved. | Photos by <ahref="#">Me</a> | Design by <ahref="http://www.freecsstemplates.org/" rel="nofollow">CSS Templates</a>.</p>
983
983
</div>
984
984
</body>
985
-
<script>
986
-
/*
987
-
varmain={
988
-
989
-
onReady: function(){
990
-
$(window).on('scroll',main.toggleOpacity);
991
-
$('.image-popup-no-margins').magnificPopup({
992
-
type: 'image',
993
-
closeOnContentClick: true,
994
-
closeBtnInside: false,
995
-
fixedContentPos: true,
996
-
mainClass: 'mfp-no-margins mfp-with-zoom',// class to remove default margin from left and right side
997
-
image: {
998
-
verticalFit: true
999
-
},
1000
-
zoom: {
1001
-
enabled: true,
1002
-
duration: 500// don't foget to change the duration also in CSS
1003
-
}
1004
-
});
1005
-
$('.simple-ajax-popup-align-top').magnificPopup({
1006
-
type: 'ajax',
1007
-
alignTop: true,
1008
-
overflowY: 'scroll'// as we know that popup content is tall we set scroll overflow by default to avoid jump
0 commit comments