Commit 1c9de89 1 parent fba8153 commit 1c9de89 Copy full SHA for 1c9de89
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 421
421
< div id ="embedCode ">
422
422
< span class ="embedTitle "> Embed this document in your page.</ span >
423
423
< div class ="embedTextWrapper ">
424
- < textarea class ="autoselect embedText "> <iframe src="//pdf.yt/d/{%?slug}/embed" style="width: 960px ; height: 700px; border: 0px;" allowfullscreen></iframe></ textarea >
424
+ < textarea class ="autoselect embedText "> <iframe src="//pdf.yt/d/{%?slug}/embed" style="width: 100% ; height: 700px; border: 0px;" allowfullscreen></iframe></ textarea >
425
425
</ div >
426
426
< button class ="toolbarButton " id ="closeEmbed "> Close</ button >
427
427
</ div >
Original file line number Diff line number Diff line change 19
19
< script src ="//code.jquery.com/jquery-1.11.0.min.js "> </ script >
20
20
< script src ="/static/js/script.js "> </ script >
21
21
< script >
22
- var embed_template = '<iframe src="//pdf.yt/d/{%?slug}/embed?sparse={SPARSE}" style="width: 960px ; height: 700px; border: 0px;" allowfullscreen></iframe>' ;
22
+ var embed_template = '<iframe src="//pdf.yt/d/{%?slug}/embed?sparse={SPARSE}" style="width: 100% ; height: 700px; border: 0px;" allowfullscreen></iframe>' ;
23
23
</ script >
24
24
{%if private == true}
25
25
< meta name ="robots " content ="noindex ">
@@ -53,7 +53,7 @@ <h2>{%?filename}</h2>
53
53
</ div >
54
54
55
55
< div class ="embed ">
56
- Embed: < input class ="autoselect embed_code " value ='<iframe src="//pdf.yt/d/{%?slug}/embed" style="width: 960px ; height: 700px; border: 0px;" allowfullscreen></iframe> '>
56
+ Embed: < input class ="autoselect embed_code " value ='<iframe src="//pdf.yt/d/{%?slug}/embed" style="width: 100% ; height: 700px; border: 0px;" allowfullscreen></iframe> '>
57
57
</ div >
58
58
</ div >
59
59
</ div >
@@ -79,7 +79,7 @@ <h3>Embed this document</h3>
79
79
< input type ="radio " id ="toolbar_no " name ="sparse " value ="1 "> < label for ="toolbar_no "> Hide toolbar</ label >
80
80
</ div >
81
81
82
- < textarea class ="autoselect embed_code "> <iframe src="//pdf.yt/d/{%?slug}/embed" style="width: 960px ; height: 700px; border: 0px;" allowfullscreen></iframe></ textarea >
82
+ < textarea class ="autoselect embed_code "> <iframe src="//pdf.yt/d/{%?slug}/embed" style="width: 100% ; height: 700px; border: 0px;" allowfullscreen></iframe></ textarea >
83
83
</ div >
84
84
</ div >
85
85
</ body >
You can’t perform that action at this time.
0 commit comments