This is my website: http://thelolinternet.com/
As you can see, there is an ad upside of the size height="90" width="728"
but when you open the website in mobile (try changing the browser width), the ad's size does not get decreased. What is the solution?
I do not know how to make it responsive.
This is the code:
<div data-WRID="WRID-147582892358590272" data-widgetType="Push Content" data-class="affiliateAdsByFlipkart" height="90" width="728"></div>
<script async src="//affiliate.flipkart.com/affiliate/widgets/FKAffiliateWidgets.js"></script>
And here is my code after the percentage suggestion:
<div data-WRID="WRID-147582892358590272" data-widgetType="Push Content" data-class="affiliateAdsByFlipkart" height="6.181318681318681%" width="50%"></div>
<script async src="//affiliate.flipkart.com/affiliate/widgets/FKAffiliateWidgets.js"></script>