开发者

Creating "screenshots" with HTML 5 and CSS 3?

开发者 https://www.devze.com 2023-01-01 06:51 出处:网络
I need to create small thum开发者_运维百科bnails of HTML elements. I first thought using CSS 3 reflection, but it is limited to being only a reflection (and not a direct copy) and I can not move it fr

I need to create small thum开发者_运维百科bnails of HTML elements. I first thought using CSS 3 reflection, but it is limited to being only a reflection (and not a direct copy) and I can not move it from its standard position.

Then I thought using JavaScript to copy the HTML element entirely along with all its contents and apply CSS 3 transform to scale it down to a thumbnail. That works pretty well, but is kind of a hack.

Does anyone know a better way of doing this with JavaScript, HTML 5 and CSS 3. Flash, Java and such are not an option and it only needs to work in one browser.


I decided to use CSS3 transformation on a copied HTML element. It suits my situation well, I just wanted to make thumbnails of HTML elements.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号