I am trying to embed a viz into a news article from Tableau public, but the mobile layout is showing up as the default (top version on this codepen). If all I do is delete the mobile layout (bottom), it embeds just fine. Both versions show up fine on public itself.
To embed, I am just using the embed code found in the share button. This has been an ongoing for our organization but I haven't been able to find other instances of it.
Any ideas?
4 answers
Try adding this parameter: <param name='device' value='desktop' /> (from Parameters for Embed Code - Tableau)
The attached file has it and it looks to me like it works!
Hope this helps!
Santiago