How to make the new facebook post embed feature responsive?

前端 未结 5 1900
我在风中等你
我在风中等你 2021-02-07 13:47

I couldn\'t find any solutions on google which can make the newly introduced facebook posts embed to responsive. Does anyone got a solution or tricks? Thanks

<         


        
5条回答
  •  粉色の甜心
    2021-02-07 14:18

    Found it frustrating I couldn't find anything more elegant than utilizing overflow and max-width 100% to force a horizontal scrollbar.

    Added - style="overflow-x: auto; max-width: 100%;"

    To result in the following fb-post portion of the embed;

    If you want a little more elegance can always implement styling on the scrollbar.

    CSS Webkit Scrollbars - http://css-tricks.com/custom-scrollbars-in-webkit/

    jQuery Tiny Scrollbar - http://baijs.nl/tinyscrollbar/

    Hope someone finds this useful.

提交回复
热议问题