Skip to content

Commit a1d5dee

Browse files
committed
Changed the hard coded value of width of the youtube video to the string 'auto' fo fix issue #244
1 parent 41bd1ea commit a1d5dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pretext/Selection/Logicaloperators.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ print(n % 2 == 0 or n % 3 == 0)
222222
</tabular>
223223
</table>
224224
<p>Also, Google has provided this short video showing different logical operators:</p>
225-
<video xml:id="GoogleLogic" youtube="57dPVbnRouU" width="667"/>
225+
<video xml:id="GoogleLogic" youtube="57dPVbnRouU" width="auto"/>
226226
<p>In the video, each letter is representative of a logical operater and only shows its color when the
227227
corresponding <term>x</term> or <term>y</term> is showing in the second <term>G</term>. If you take a look at xor, you will notice
228228
it is only colorful when either <term>x</term> or <term>y</term> is showing, but not both. This is called <c>exclusive or</c>,

0 commit comments

Comments
 (0)