Merge branch 'oembed_video-fixer' into 'develop'
oenbed_video fix See merge request harukin/hubzillatheme!19
This commit is contained in:
commit
c5ed715880
@ -1,4 +1,4 @@
|
||||
<a href="{{$embedurl}}" onclick="this.innerHTML=Base64.decode('{{$escapedhtml}}'); return false;" style="float:left; margin: 1em; position: relative;">
|
||||
<img width="{{$tw}}" height="{{$th}}" src="{{$turl}}" />
|
||||
<div style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url({{$baseurl}}/view/theme/redbasic/img/bluebasic_play.png) no-repeat center center;"></div>
|
||||
<div style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: url('{{$baseurl}}/view/theme/redbasic/img/bluebasic_play.png') no-repeat center center;"></div>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user