mazipan/vue-google-adsense

data-ad-format option

Closed this issue · 7 comments

Hi again,

I noticed one more thing that may be useful to add (if I think what is happening is actually happening):

The responsive CSS I'm putting on the classes that go on the <ins> element are getting overridden, I believe by the presence of data-ad-format="auto". Looking at the adsense code I'm using on my current site vs the code your package creates, that seems to be the most meaningful difference.

Do you think that could be what's overriding my styles? If so, could data-ad-format become an option like the other data-ad-xxx options (with the option to turn it off with null)?

Thanks again for all your help!

Sure, but today is public holiday in Jakarta.
So maybe tommorow I will work on this

Hi - any luck with this?

Sorry, I have sick from Saturday (Jakarta Time).
Today I hope I can work for this feature.
Will update in this issue if any progress.

Released on v1.5.0 ya @airnichols13

Look like what you did is working, but IE11 is broken again:

Object doesn't support property or method 'assign'

I'm guessing it's a transpiling thing again?

Fix in 7bdf503

That worked - thanks again!