This is not a twitter bootstrap issue but rather a basic HTML misunderstanding.
The <iframe> (http://www.w3.org/TR/html-markup/iframe.html) tag do not react the same as a img it therefore cannot act in the same way. It basically create a new HTML document. To achieve what you want, you should rather either create a screenshot of the image, or use Google Maps API and ask it to give you an image. Like so: https://developers.google.com/maps/documentation/imageapis/ Not to forget the performance issue loading a nested document inside a promotional slider (that is best experienced when loaded REALLY quickly). Hope it was helpful Renoir Boulanger http://renoirb.com/ -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
