Do I need to be doing something to ensure this clipping happens in my published file? I can't seem to find anyone with the same problem.
Anyone else know more about this?
But this is what worked for me:
I went to the "code view" tab, then scrolled down 'til I found the ".gwd-page-size" class, and added "overflow: hidden;" line after the "height: 250px;" attribute.
The whole class should look like this:
.gwd-page-size {
width: 300px;
height: 250px;
overflow: hidden;
}
NOW it works after being published!
Thanks for your answer.
I'm still seeing the issue on my banner after publish it.
The funny thing is that just the images on the right side are overflowing.
I change the code manually, but they are still appearing after publish.
If someone have a solution for this issue, please reply on this topic
Regards,
If you do not want this option so please remove matchviewport from the Code .
Steps :
1. Open your file in GWD
2.Switch to Code View
3.Search for matchviewport from code and removed as shown below in the image
4. Preview / Publish
Please note : If you still want to keep the matchviewport option in the file .It will work fine ( i.e The images/ elements outside the ad view port will not visible ) when you publish the file to DoubleClick studio .
I hope this helps !
Thanks
Sukhbir
(GWD Team)
If not, what's the latest on this??
Thanks