Hello EE family!
I am using the Randomizer PI (v 1.1) to insert some random bits of text into my EE site (Freelancer v2.4.0 - Build: date 20120123). It is totally giving me what I need, with one strange exception.
In one of my array “sets,” I have the following
"yadda yadda
<section id='video'>
<iframe src='http://www.youtube.com/embed/xoxo' frameborder='0' allowfullscreen></iframe>
</section>"xoxo is not the actual end of the url, for the sake of privacy, I’ve omitted the actual url.
I am using FitVids.js to allow my video to stretch to follow my responsive site design. In all other instances in my site (where the iframe/content is coming from a channel entry), fitvids is totally recognizing the html/css and applying the resizing to the video. In the case of the content provided via the Randomizer PI, the fitvids is not recognizing the iframe/video, even though when I view the source, it indeed is generating the html as I’ve applied in the Randomizer PI.
So I suppose my questions are: Does the Randomizer PI support HTML? Or perhaps it does support HTML, but it appears somewhere unexpected in the parsing order that would not allow the FtiVids.js PI to recognize its HTML?
Gosh, I hope this makes sense! Thank you for the assistance!