This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* The code for the Sketchfab Embed Wordpress plugin, | |
| sketchfab-viewer/sketchfab-viewer.php | |
| had fault-inducing line breaks. I replaced the following section: | |
| */ | |
| return '<iframe frameborder="0" height="'.$height.'" | |
| width="'.$width.'" | |
| webkitallowfullscreen="true" mozallowfullscreen="true" | |
| src="https://sketchfab.com/embed/'.$id.'?autostart='.$start.'&autospin='.$spin.'&controls='.$controls.'&transparent='.$transparent.'" | |
| ></iframe>'; |
NewerOlder