Change Linkedin Company Profile plugin Width

后端 未结 1 1790
不知归路
不知归路 2021-02-20 14:35

I have been trying to figure out how to change the size of the Linkedin Company Profile width which we can create here. They will give you two script tag which will create the w

相关标签:
1条回答
  • 2021-02-20 15:24

    Here's an example of how to provide the width to a plugin:

    <script src="http://platform.linkedin.com/in.js" type="text/javascript"></script>
    <script type="IN/MemberProfile" data-id="http://www.linkedin.com/in/xxx" data-format="inline" data-width="400"></script>
    

    You can add a data-width="400" attribute to the script tag. That's all.

    0 讨论(0)
提交回复
热议问题