Widget:Twentytwenty: Unterschied zwischen den Versionen
Aus FürthWiki
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 16: | Zeile 16: | ||
<style> | <style> | ||
.twentytwenty- | .twentytwenty-overlay { | ||
display: none; | |||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Version vom 13. Juni 2017, 09:33 Uhr
<html>
<img src= /> <img src= />
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/mhayes-twentytwenty/2.0.0-beta.1/jquery.twentytwenty.min.js"></script>
<script type="text/javascript"> $(function(){
$('.twentytwenty-container').twentytwenty();
}); </script>
<style> .twentytwenty-overlay {
display: none;
} </style>
</html>