Greetings!
Can I Resize image from Twitter feed with CSS?
I found class that manages this size:
.MediaCard-media {
width: 50% !important;
}
but cannot apply my style (css overrides only in Dev Tools, no result when I refresh page).
I cannot override this style with jQuery too, because I can’t get these objects on page:
jQuery(".MediaCard-media"); // 0 results
I use Js snippet to load twitter feed, for better compatibility with IE, here is code, if needed: