3D FlipBook - how to add a gif to a page

d***e@danep.plus.com
2021-11-11
2021-12-13

Hi support,

Whats the code to add a gif to a certain position on a page?

Thanks.

Replies

a***r@3dflipbook.net
2021-11-11
2021-11-11
d***e@danep.plus.com
2021-11-11
2021-12-13

Ive tried but cant get it to work. This is is what i tried:

      div.picture1 {
   width:480px;
   height:480px;
   image: url('https://image.gif');
 position: absolute;
        top: 500px;
        left: 200px;
}

HTML
<div class="picture1"></div>
d***e@danep.plus.com
2021-11-11
2021-11-11

and div class as picture 1 in html

a***r@3dflipbook.net
2021-12-13
2021-12-13

use CSS

background-image: url('https://3dflipbook.net/images/theKingIsBlack.jpg');
Log In to leave a comment