Ser Archer (Talk | contribs) |
Ser Archer (Talk | contribs) |
||
Line 21: | Line 21: | ||
</script> | </script> | ||
<style> | <style> | ||
− | img{width: | + | img{width:60% !important;} |
.mw-content-ltr { | .mw-content-ltr { | ||
Line 165: | Line 165: | ||
</body> | </body> | ||
+ | <script> | ||
+ | var a=0; | ||
+ | $(document).ready(function(){ | ||
+ | a=document.body.scrollHeight; | ||
+ | a+=400; | ||
+ | }) | ||
+ | $(this).scroll(function(){ | ||
+ | $(".mw-content-ltr").css("height",a+"px"); | ||
+ | |||
+ | }) | ||
+ | </script> | ||
</html> | </html> |
Revision as of 13:31, 30 November 2018