• Page 2 of 2
  • «
  • 1
  • 2
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Default Designs Tutorials » Design #1322 (Computers & Communication)
Design #1322
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 16 | 9:13 AM
Quote shivamjoshi363696 ()
it worked for image but youtube is still same streched.

You need to include the embed code in a DIV to make it responsive. Something like this should work:
Code
<div class="vidc">  YOUTUBE CODE  </div>

Then you should add this to the CSS of your website:
Code
.eMessage .vidc {position: relative; height: 0; padding-bottom: 42.25%; padding-top: 30px;}

NB: Include this globally (not only in the media query).

After you're done with this, you need to add the following code to a media query in your CSS:
Code
.vidc iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}


Quote moviesdenatua ()
some txt are also cut from above in mobile version, look at these images
https://i.imgsafe.org/5297ba1864.png
https://i.imgsafe.org/52977a61fc.png

Weird. It doesn't look like that for me.

Quote moviesdenatua ()
can i turn off mobile version i mean in mobile full site opens?

Yes, but we don't recommend that. It could harm your rankings in the search engines.

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
moviesdenatua
Posts: 16
Reputation: 0

Message # 17 | 2:28 PM
so is there any solution for that?
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 18 | 5:15 PM
moviesdenatua, for what exactly?
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
shivamjoshi363696
Posts: 20
Reputation: 0

Message # 19 | 8:08 PM
for text cutting.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 20 | 8:52 PM
shivamjoshi363696, add the following line into a media query:
Code
.eMessage {line-height: normal !important;}

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
yhefri2
Posts: 1
Reputation: 0

Message # 21 | 2:14 AM
Hi, I have a question.

How can I eliminate: http://prntscr.com/m5myle
Gromov
Posts: 616
Reputation: 14

Message # 22 | 9:04 AM
yhefri2, please specify what do you want to remove exactly, an entire block?
uCoz Community » For Webmasters » Design Customization » Default Designs Tutorials » Design #1322 (Computers & Communication)
  • Page 2 of 2
  • «
  • 1
  • 2
Search: