tumblr ignoring flickr video embed code sizes
I embedded a flickr video as 500w x 375h, but it shows up as 400x300. why's that?
post:
http://travel.reemer.com/post/6143465...
embed code (pulled from my tumblr dashboard):
(not sure why flickr is saying this isn't avail - it is if you click the link to my tumblr)
thanks!
post:
http://travel.reemer.com/post/6143465...
embed code (pulled from my tumblr dashboard):
(not sure why flickr is saying this isn't avail - it is if you click the link to my tumblr)
thanks!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?so here's more weirdness: if i embed a 500px wide vid in post type = text, it displays 500px wide. if i embed it in a post type = video, it ignores the 500px param and displays it 400x300. any ideas why this is happening?
I’m sad
-
Inappropriate?It sounds like your theme may specify a width for all video posts. This takes priority over the embed code in your post to maintain a consistent appearance for the blog.
Assuming I'm right, you can change the setting in the theme like this:
1. click on the "customise' link on your dashboard,
2. then "theme"
3. then "use custom html"
4. look for something like this (it may be a little over half way down):
/* Video Post */
.post .video {
width: 400px;
margin: auto;
}
5. change to your preferred width, or delete the width line entirely to make it vary with the source and embed code (in which case you'll need to check the code for every post).
6. press save changes and you're done -
Inappropriate?that worked, thanks! the prob was the above and that the tumblr tag was video-400 instead of video-500.
I’m happy
Loading Profile...


