Cyril Krylatov
Cyril Krylatov
Hello, I think I may have kind of the same issue here. Do you have any clue on how can I fix it? Thank you very much for your time.
Hi @BackEndTea, Does [Defining Multiple Webpack Configurations](https://symfony.com/doc/current/frontend/encore/advanced-config.html#defining-multiple-webpack-configurations) from the documentation could help you in any way?
Isn't that because HTML specs says that an ID should begin with a letter? https://www.w3.org/TR/html401/types.html#type-name
On https://developer.paypal.com/demo/checkout/#/pattern/style you should find a way to remove the `background-color` that we can see on the `style` attribute to remove the white background on the iframe to make it...
Seems like #86 is back again.
Well, I've figure sth out that should works: I added this: ``` javascript if (!$(element).attr("data-djax")) { } ``` In the `.attachClick` function. Not sure if that's the best?
@beezee yep, why not have the possibility to exclude .indexOf links AND DOM elements ? Or, on the last parameters, if there is, ONLY include DOM elements. Should be great.
@epfarki sounds legit too, but I'm waiting for something more natural from @beezee :) Thank you anyway!
Hi! Same problem here. The DIV element that wraps the IMG I want to pinch-to-zoom has a HEIGHT defined to 0. If I replace `this.setContainerY(this.container.parentElement.offsetHeight);` by `this.setContainerY(this.getContainerX() / this.getAspectRatio());` as...
@sandstrom nope! Same bug as I have from my previous message with the HEIGHT defined to 0 thing, as you can see on this screenshot:  I tested...