The data displayed in the widgets updates automatically in real-time
Code :
<style>
#vendeeglobemap{
width: 100%;
height: 850px;
}
</style>
<iframe
id="vendeeglobemap"
frameBorder="no"
scrolling="no"
allowFullScreen
src="https://www.vendeeglobeapi.com/vendeeglobemap"
></iframe>
Preview:
Code :
<style>
#vendeegloberankingtable{
width: 100%;
height: 2850px;
}
@media only screen and (max-width: 717px) {
#vendeegloberankingtable{
height: 3000px;
}
}
@media only screen and (max-width: 656px) {
#vendeegloberankingtable{
height: 2300px;
}
}
@media only screen and (max-width: 386px) {
#vendeegloberankingtable{
height: 3000px;
}
}
</style>
<iframe
id="vendeegloberankingtable"
frameBorder="no"
scrolling="no"
src="https://www.vendeeglobeapi.com/vendeegloberanking"
></iframe>
Preview: