Sketching using jquery or javascript

How to sketch any website using javascript or jquery?

I did not find a suitable match for my requirements.

  <div id="generate_thumbnail" onclick ="generate();">
  //Show thumbnail within this div
  </div> 

  <Script>
   function generate()
   {
        // generate small thumbnail
   }
+3
source share
5 answers

Website thumbnail? For example, a miniature browser screenshot? Sorry, this cannot be done without any external browser service:

http://www.zubrag.com/articles/create-website-snapshot-thumbnail.php

+6
source
+3
source

, JavaScript.

0

In the best case scenario, you can change a to a and try to overlay some external CSS to give it a level zoomto shorten the content. But otherwise, Javascript will not be able to display the page, convert it to an image, and put on another page.

0
source

Try using the qTip jQuery plugin .

-1
source

Source: https://habr.com/ru/post/1739967/


All Articles