Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Responsive Layout On Ipad, Iphone, Etc


  • Please log in to reply
5 replies to this topic

#1 leonardus

leonardus

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 17 February 2013 - 06:10 AM

hello!

 

how can i configure you tubepress for responsive layout?

 

when i open a page with shortcode il landscape mode (on ipad) i see all right.

 

if I turn my iPad in portrait mode, the thumbnails do not adjust automatically.

 

if i open my page dirctly in portrait mode, i see all right, but if i turn in landscape mode, the thumbnails do not adjust automatically

 

see attached pict.

 

if you have an ipad you can see it at: http://leonardus.zz.mu/?page_id=119

 

thank you for your response.

sorry for my english...

Attached Files

  • Attached File  foto.PNG   363.06KB   0 downloads


#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 17 February 2013 - 10:21 PM

Hi,

 

Please "star" this issue to vote for the feature and track updates. Features with the most votes will be implemented first.



#3 leonardus

leonardus

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 23 February 2013 - 10:48 AM

ok i voted for modify!

 

can you consider it? thx!



#4 ausbax

ausbax

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 16 March 2013 - 10:19 AM

Hi I found a good Fix for Fixing Responsive issue, hope this will help you too  :cool:
just add this to your theme style.css :
 

 

.tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {width:auto!important;}
.tubepress_container {
        width: 100%    !important;
          height: 75%   !important;}
.youtube-player {
        width: 100%    !important;
        height: 75%   !important;
}
 

 



#5 ausbax

ausbax

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 16 March 2013 - 10:20 AM

ok i voted for modify!

 

can you consider it? thx!

 

Hi I found a good Fix for Fixing Responsive issue, hope this will help you too
just add this to your theme style.css :
 
.tubepress_normal_embedded_wrapper, .tubepress_thumbnail_area {width:auto!important;}
.tubepress_container {
        width: 100%    !important;
          height: 75%   !important;}
.youtube-player {
        width: 100%    !important;
        height: 75%   !important;
}


#6 leonardus

leonardus

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 22 March 2013 - 01:32 PM

thank you ausbax!

 

i try quickly!