Оказалось, что Милу Кунис легко спутать с Меган Фокс (мы тоже сначала удивились).
Актрису заметили после съемок в шоу Jimmy Kimmel Live!. Поклонница подошла к ней с просьбой оставить автограф на плакате фильма «Трансформеры». Мила отреагировала максимально дружелюбно. «Я люблю ее! Это Меган Фокс», — сказала она фанатке. «Она фантастическая, и тот факт, что вы приняли меня за нее… Но мне нравится, что вы приняли меня за нее», — добавила она. Кажется, что актрисы действительно похожи. Что думаешь? Голосуй в конце статьи.
<style>
[v-cloak] {
display: none;
}
</style>
<div class="multi-voting-block not-initialized" data-voting-number="1" data-json='{"mainQuestion":"\u041f\u043e\u0445\u043e\u0436\u0438? ","total":14,"questions":[{"image":"","text":"\u0414\u0430","votes":"3","percentage":21.43,"progress":-78.569999999999993},{"image":"","text":"\u041d\u0435\u0442","votes":"11","percentage":78.569999999999993,"progress":-21.430000000000007}]}' v-cloak>
<form class="card mt-4 p-4 border border-gray-light">
<h3 v-if="mainQuestion" class="mb-5 font-body text-center">{{mainQuestion}}</h3>
<div class="voting-wrapper with-photo" v-for="(question, index) in questions" :data-item-number="index" question>
<figure v-if="question.image">
<div class="grid-item__figure">
<img src="https://vashpr.ru/bl-content/uploads/pages/8ee0184bbd753ad15b4de456084204d7/" alt="https://st.peopletalk.ru/wp-content/themes/peopletalk2019/dist/img/peopleTalk-small.jpg">
<div class="grid-item__image" :style="{'background-image': 'url(' + question.image +')'}"></div>
</div>
</figure>
<div class="voiting-action-wrapper">
<div class="voiting-inner" :class="{ 'result-state-other': isVoted && !question.sel, 'result-state-you': question.sel }">
<div class="voiting-name font-weight-medium">
<p class="text-black">{{question.text}}</p>
</div>
<div class="voiting-result-percent">
{{question.votes}}
</div>
</div>
</div>
<div class="d-block pt-2 text-sm text-center">Всего голосов {{total}}</div>
</form>
</div>