1
00:00:00,850 --> 00:00:05,290
All right, my friends, I will be honest with you, despite my best efforts, I am not 100 percent

2
00:00:05,290 --> 00:00:08,080
sure why we are seeing that extra little white spot right there.

3
00:00:08,410 --> 00:00:11,860
So we're going to just apply a slightly different solution to make that thing go away.

4
00:00:12,040 --> 00:00:16,219
This is not like solving the problem is just kind of sidestepping the problem.

5
00:00:16,239 --> 00:00:17,050
Here's what I would say.

6
00:00:17,410 --> 00:00:18,960
It's going to go back over to my editor.

7
00:00:19,390 --> 00:00:21,640
I'm going to find the preview file.

8
00:00:22,460 --> 00:00:25,300
Here's where the white background is coming from for the iFrame.

9
00:00:25,730 --> 00:00:27,910
It's going to remove that soon as we do that.

10
00:00:27,910 --> 00:00:30,580
If we go back over now, we don't see any background at all.

11
00:00:30,850 --> 00:00:34,270
But I would still like to have a white background for the preview frame.

12
00:00:34,870 --> 00:00:41,230
So to fix that up, we're going to go to our preview file inside of yours, that big HTML snippet.

13
00:00:41,620 --> 00:00:46,870
Remember, this is the HTML that is being displayed inside the iFrame so we can attempt to apply a white

14
00:00:46,870 --> 00:00:49,150
background to that HTML element.

15
00:00:49,150 --> 00:00:52,270
In other words, the HTML element inside the iFrame itself.

16
00:00:53,050 --> 00:00:56,350
So inside of the head element right there, I'll add in a style.

17
00:00:58,200 --> 00:00:59,760
I'm going to select HTML.

18
00:01:01,120 --> 00:01:04,900
And then do a background color white like so.

19
00:01:07,310 --> 00:01:08,300
So if I save this.

20
00:01:09,220 --> 00:01:13,870
Go back over now, we still get that white background, but if I do that same kind of racist behavior,

21
00:01:13,990 --> 00:01:15,790
I don't see a little pop out on the very bottom.

22
00:01:15,790 --> 00:01:16,110
Right.

23
00:01:17,440 --> 00:01:19,240
OK, well, I'd say that this is good.

24
00:01:19,570 --> 00:01:22,510
I'm a little upset that I wasn't able to figure out what was going on there.

25
00:01:22,660 --> 00:01:27,270
If you do figure out, if you do a little bit of debugging and figuring out what is going on there,

26
00:01:27,370 --> 00:01:30,400
do let me know because I would be kind of curious to figure out what's happening.

27
00:01:31,060 --> 00:01:31,330
All right.

28
00:01:31,330 --> 00:01:36,670
Well, I'd say overall, we now have our horizontal and our vertical resizing, so this looks pretty

29
00:01:36,670 --> 00:01:37,290
fantastic.

30
00:01:37,630 --> 00:01:38,980
That's another major feature.

31
00:01:38,980 --> 00:01:40,030
We can check off our list.

32
00:01:40,270 --> 00:01:44,680
So let's take a pause right here and then start moving on with the next major feature of our application.

