html - Facebook Page Plugin width doesn't apply -


i'm trying implement facebook page plugin. set width 500, stays @ 280px.

<div id="facebook-feed" style="text-align: center">             <div class="fb-page zdepth-1" data-width="400" data-href="https://www.facebook.com/facebook" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"></div> </div> 

enter image description here

what doing wrong?

the page plugin tries fit in smaller containers/screens

  • the plugin renders @ smaller width (to fit in smaller screens) automatically, if container of slimmer configured width.

  • it tries render nicely on smaller screens assuming container squeezes mobile.

so probably, in case container holding plugin smaller configured width i.e. 500px.


Comments

Popular posts from this blog

How can we post XML strings along with text strings in iOS -

How to run C# code using mono without Xamarin in Android? -

c# - cefsharp app remember password option -