How to make a responsive HTML5 banner? #58
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Prepare the banner in AdAdminCreate a banner in the AdAdmin banner list, do not serve it yet ( As you can see
Enter all the mandatody data ans save it. Open it again to find the HTML5 Click on it to copy the Create your HTML5 banner from templageNow, use the template file here: https://www.barattalo.it/amb/example/html5testbanner.zip This is a zipped file that contains a basic HTML5 banner made of a couple of JPG a All the logic is in the Open the The function that calculates the height of the banner and communicate with the parent window that will contain the banner inside an iframe is runned also everytime the main window is resized. You can eventually modify this function if the actual function ( Upload itZip back the files unzipped from template and modified. |
Beta Was this translation helpful? Give feedback.
-
Video banner examples made with mpeg videos and HTML5 are available in banner n.82 and banner n.81 in demo installation. |
Beta Was this translation helpful? Give feedback.
Prepare the banner in AdAdmin
Create a banner in the AdAdmin banner list, do not serve it yet (
paused
), and choose HTML5:As you can see
ClickTag
isn't available until you save the banner.ClickTag
is important, it's the url used to track click and redirect users to the final link.Enter all the mandatody data ans save it.
Open it again to find the HTML5
ClickTag
:Click on it to copy the
ClickTag
.Create your HTML5 banner from templage
Now, use the template file here: https://www.barattalo.it/amb/example/html5testbanner.zip
This is a zipped file that contains a basic HTML5 banner made of a couple of JPG a
readme.txt
file and anindex.html
All the logic is in the
index.html
file (but you…