Please I am using a tumblr theme and the space allowed for a video post on the home page it's the same when I click the permalink. The space it's good for the home page but it's too little for the permalink, so what can I do to set the permanlink video space bigger without changing the video size on the home page ?
Here is the HTML code: Concept Can someone help me?
Include to your theme Fitvid.js on permalink
pages.
A lightweight, easy-to-use jQuery plugin for fluid width video embeds.
Change size of video changing size of video-wrapper, and FitVid will resize video.
UPD:
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
string;<script type="text/javascript" src="FITVIDURL"></script>
- where FITVIDURL
is saved url from step #2;if
statement, like this:{block:PermalinkPage} STRING from prev. step {/block:PermalinkPage}
-- this statement will include this library only on permalink pages;