You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
I was trying to use the
.mediapattern, but found out that the.media-objectwasn't showing properly, or didn't show at all.Fiddling with the code, I found out that removing
.img-responsivefrom the$classvariable at line 1561 fixed the behavior.Also, at line 1662,
scrape_dom_elementstripsatags if used. I tried adding'a'in the$tagarray at line 1660, but it didn't work.