Questions tagged [google-web-designer]

A free, professional-grade HTML5 authoring tool from Google. Build interactive, animated HTML5 creative, no coding necessary. Used for creating ad banners too.

Create engaging, interactive HTML5-based designs and motion graphics that can run on any device.

Features

Google Web Designer gives you the power to create beautiful, engaging HTML5 content. Use animation and interactive elements to bring your creative vision to life, and enjoy seamless integration with other Google products, like Google Drive, DoubleClick Studio, and AdWords.

143 questions
2
votes
1 answer

How to combine 2 Jquery Plugin Codes?

I have 2 Jquery plugins I want to combine them into one without losing any one's functionality. I tried but the code stops working I think I might be doing wrong. Please Help me. Plugin Code 1: !(function ($) { jQuery.fn.menuify = function…
M.Muzammil
  • 31
  • 5
2
votes
0 answers

window.pageYOffset not working with "height:100%"

I want the scrollbar to move upward gently if user opens modal. I'm able to do that if I use min-height:100%; in my tag but unable if I use height:100%. I want to do this with height:100% in the . Can I do this? Basically,…
2
votes
1 answer

How to generate "GCW" meta tag for Google Web Designer HTML5 ads?

I've got a script that is generating my Google Web Designer template populated with content. I have two files being created, one is the editable template as I would normally edit in GWD, the other is a populated copy of the index.html extracted from…
SamSebastien
  • 181
  • 1
  • 3
  • 9
2
votes
1 answer

GWD Custom component

I've created a custom component but the problem is that when I preview or export that component the image aren't exported { /* ... */ "attributes": [ { "name": "bkgmap", "label": "bkgmap", "type": "string", "required": true, …
red
  • 1,529
  • 1
  • 12
  • 33
2
votes
1 answer

Vertical image on desktop when uploaded appears horizontal on webpage

I am trying to build a website from scratch to show case my artwork. I am using simple css and html. My original image orientation is vertical or portrait format on the desktop and is intended to be in that format. However, when uploaded from the…
ICW
  • 23
  • 4
2
votes
1 answer

custom progress bar bootsrap. fill with point

I have designed a progressbar with Bootstrap, but I cannot customize the progress bar. the code
2
votes
0 answers

Animation html, generated by google web desinger, is giving error when page is called via Ajax

I have created animation page using google web designer. The created page is called directly, it works great. But the same page is called through Ajax, I faced below javascript error and page didn't work properly. "Error: DuplicateDefinitionError: a…
Muthukumar Marichamy
  • 1,175
  • 1
  • 17
  • 39
2
votes
2 answers

Trying to create animated dynamic fields in google web designer with custom javascript

I found this JavaScript, and it animates the text perfectly, however how do I assign a dynamic field in Google web designer, to this script? Below is the the jsfiddle link, to how the dynamic text will…
Marilyn
  • 47
  • 1
  • 6
2
votes
1 answer

Google web designer, create and ads with remote feed

I'm new to google web designer, and I'm trying to create a simple ads with content from a remote feed, this is work using dynamic properties of this tool , but how to do that with a hosted feed ? any tuto or advice are welcome.
zied.hosni
  • 490
  • 1
  • 5
  • 19
2
votes
4 answers

Can't edit text on Google Web Designer after I've played with keyframes

Normally I can select the layer I want then select the text tool and edit it but for some reason, after putting in some key frames so the texts fades in and out I can't seem to select the text to edit. I've locked all the other layers so only the…
SaturnsEye
  • 6,297
  • 10
  • 46
  • 62
2
votes
0 answers

add Polymer element to the Google Web Designer

There is a possibility to add your custom element to the Google Web Designer. To do this it's needed to create some files : js file(required) - it's a custom element itself(registration and definition) css (optional) - styles,applied to the…
Dengue
  • 113
  • 1
  • 6
2
votes
2 answers

How to separate auto-generated CSS code from HTML file in GWD?

In Google Web Designer when we draw objects, the corresponding CSS classes are generated inside the same HTML file. Is there a way that we can specify to generate those in a different CSS file? For example, when I draw circle in the index.html file…
user3994030
1
vote
0 answers

Making a web component using Vue

I am currently working on web components and shadow DOM. I can see that it is possible to create a native web component using Vue3 here Vue docs. But I am currently facing issues building the native component file from vuejs files. I have googled…
JithinAji
  • 402
  • 5
  • 16
1
vote
2 answers

How to place two elements together and next element in next line in form CSS and HTML?

I am beginner in HTML,CSS,JavaScript I wish to place "enter username" box and "OK" image together, the OK image should be next to input box, and the next elements next in next line. .check1 { display: inline; margin-right: -4px; float:…
user15375345