oops! I forgot to include the copyable text itself:
Code:
<style> .kb1 {overflow: hidden; position: relative; }
.kb1 img { width:100%; animation: move 20s ease infinite; position: relative;}
@-webkit-keyframes move { 0% {transform-origin: center center; transform: scale(1);}
50% {transform: scale(2); } } </style>
<div style="width:50%;float:left;margin-right:.5em;" class="kb1">
<img src="$1" /></div>
<p>Text to right if img at fifty percent.</p>